Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php223 if (null === $lastModification = $this->getLastModification($class)) {
236 private function getLastModification(ReflectionClass $class) function in Doctrine\\Common\\Annotations\\CachedReader
245 $parent ? [$this->getLastModification($parent)] : []