Home
last modified time | relevance | path

Searched defs:reflectionClass (Results 1 – 7 of 7) sorted by path

/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DInvalidArgumentException.php30 public static function fromAbstractClass(ReflectionClass $reflectionClass) : self
H A DUnexpectedValueException.php16 ReflectionClass $reflectionClass,
30 ReflectionClass $reflectionClass,
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php89 $reflectionClass = $this->getReflectionClass($className); variable in Doctrine\\Instantiator\\Instantiator
133 …private function checkIfUnSerializationIsSupported(ReflectionClass $reflectionClass, string $seria…
159 …private function attemptInstantiationViaUnSerialization(ReflectionClass $reflectionClass, string $…
168 private function isInstantiableViaReflection(ReflectionClass $reflectionClass) : bool
176 private function hasInternalAncestors(ReflectionClass $reflectionClass) : bool
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/PhpDocumentor/
H A DClassAndInterfaceTagRetriever.php45 public function getTagList(\ReflectionClass $reflectionClass)
58 private function getInterfacesTagList(\ReflectionClass $reflectionClass)
H A DClassTagRetriever.php39 public function getTagList(\ReflectionClass $reflectionClass)
H A DLegacyClassTagRetriever.php29 public function getTagList(\ReflectionClass $reflectionClass)
H A DMethodTagRetrieverInterface.php29 public function getTagList(\ReflectionClass $reflectionClass);