Home
last modified time | relevance | path

Searched refs:reflection (Results 26 – 41 of 41) sorted by last modified time

12

/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php268 …:$%s. Expected character data, but got %s.', $metadata->reflection->class, $metadata->reflection->…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dindex.rst60 The access to the annotations happens by reflection of the class
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMethodMetadata.php30 public $reflection; variable in Metadata\\MethodMetadata
37 $this->reflection = new \ReflectionMethod($class, $name);
38 $this->reflection->setAccessible(true);
48 return $this->reflection->invokeArgs($obj, $args);
75 $this->reflection = new \ReflectionMethod($this->class, $this->name);
76 $this->reflection->setAccessible(true);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md204 Finally, this is possible to get a reflection instance of the current callable
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DIdle.php251 ->let($reflection = new \ReflectionObject($handler))
252 … ->array($invokeParameters = $reflection->getMethod('__invoke')->getParameters())
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md51 - internal classes have false in reflection::getFilename\(\) [\#1013](https://github.com/schmittjoh…
124 - XmlDeserializationVisitor references undefined property PropertyMetadata::$reflection [\#958](htt…
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php60 … $reflection = is_object($object) ? new ReflectionObject($object) : new ReflectionClass($object);
62 if ($reflection->hasProperty($name)) {
63 return $reflection->getProperty($name);
66 if ($parentClass = $reflection->getParentClass()) {
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md17 composer require phpdocumentor/reflection-docblock
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php73 $reflection = new ReflectionClass($classname);
74 $constructor = $reflection->getConstructor();
77 throw $reflection->newInstance();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md45 * Allow reflection-docblock v4 (thanks @GrahamCampbell)
72 * Added compatibility with phpdocumentor/reflection-docblock 3
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php106 $reflection = new ReflectionClass($classname);
109 return $reflection->newInstanceArgs($args);
111 if ((null === $constructor = $reflection->getConstructor())
113 return $reflection->newInstance();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsInstanceOf.php83 $reflection = new ReflectionClass($this->className);
84 if ($reflection->isInterface()) {
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php120 $reflection = new \ReflectionClass($this);
124 }, $reflection->getMethods(ReflectionMethod::IS_PROTECTED)));
274 $reflection = new \ReflectionClass($this);
275 foreach($reflection->getMethods(ReflectionMethod::IS_PROTECTED) as $method) {
/plugin/reflect/
H A DREADME.md13 …//194.95.111.244/~countzero/myCMS/index.php?c_id=5&s_id=21), using the reflection routine from [he…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1420 $reflection = new ReflectionClass($className);
1421 if ($reflection->isAbstract() === true) {
/plugin/subjectindex/plugins/
H A Dbible_verses.txt29967 He is the reflection of [his] glory and the exact representation of his very being, and he sustains…

12