Home
last modified time | relevance | path

Searched refs:hasInternalAncestors (Results 1 – 1 of 1) sorted by last modified time

/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php170 return ! ($this->hasInternalAncestors($reflectionClass) && $reflectionClass->isFinal());
176 private function hasInternalAncestors(ReflectionClass $reflectionClass) : bool function in Doctrine\\Instantiator\\Instantiator