Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DXcallable.php64 ->object($reflection = $result->getReflection())
82 ->object($reflection = $result->getReflection())
100 ->object($reflection = $result->getReflection())
122 ->object($reflection = $result->getReflection())
144 ->object($reflection = $result->getReflection())
167 ->object($reflection = $result->getReflection())
185 ->object($reflection = $result->getReflection())
207 ->object($reflection = $result->getReflection())
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DPropertyMetadata.php143 $class = $this->getReflection()->getDeclaringClass();
149 private function getReflection(): \ReflectionProperty function in JMS\\Serializer\\Metadata\\PropertyMetadata
157 $class = $this->getReflection()->getDeclaringClass();
H A DClassMetadata.php147 private function getReflection(): \ReflectionClass function in JMS\\Serializer\\Metadata\\ClassMetadata
370 && !$this->getReflection()->isAbstract()
371 && !$this->getReflection()->isInterface()
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php275 public function getReflection() function in Hoa\\Consistency\\Xcallable
H A DREADME.md211 var_dump($xcallable->getReflection());