Home
last modified time | relevance | path

Searched refs:loadedAnnotations (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php52 private $loadedAnnotations = array(); variable in Doctrine\\Common\\Annotations\\FileCacheReader
103 if (isset($this->loadedAnnotations[$key])) {
104 return $this->loadedAnnotations[$key];
111 return $this->loadedAnnotations[$key] = $annot;
121 return $this->loadedAnnotations[$key] = $annot;
138 if (isset($this->loadedAnnotations[$key])) {
139 return $this->loadedAnnotations[$key];
146 return $this->loadedAnnotations[$key] = $annot;
173 if (isset($this->loadedAnnotations[$key])) {
174 return $this->loadedAnnotations[$key];
[all …]
H A DCachedReader.php51 private $loadedAnnotations = array(); variable in Doctrine\\Common\\Annotations\\CachedReader
74 if (isset($this->loadedAnnotations[$cacheKey])) {
75 return $this->loadedAnnotations[$cacheKey];
83 return $this->loadedAnnotations[$cacheKey] = $annots;
108 if (isset($this->loadedAnnotations[$cacheKey])) {
109 return $this->loadedAnnotations[$cacheKey];
117 return $this->loadedAnnotations[$cacheKey] = $annots;
142 if (isset($this->loadedAnnotations[$cacheKey])) {
143 return $this->loadedAnnotations[$cacheKey];
151 return $this->loadedAnnotations[$cacheKey] = $annots;
[all …]