Searched refs:loadedAnnotations (Results 1 – 2 of 2) sorted by relevance
52 private $loadedAnnotations = array(); variable in Doctrine\\Common\\Annotations\\FileCacheReader103 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 …]
51 private $loadedAnnotations = array(); variable in Doctrine\\Common\\Annotations\\CachedReader74 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 …]