Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php89 $reflectionClass = $this->getReflectionClass($className);
115 private function getReflectionClass($className) : ReflectionClass function in Doctrine\\Instantiator\\Instantiator