Home
last modified time | relevance | path

Searched refs:ReflectionClass (Results 1 – 25 of 122) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php19 use ReflectionClass; alias
85 * @param ReflectionClass $class
86 * @param ReflectionClass[] $interfaces Array of ReflectionClass instances
93 public function double(ReflectionClass $class = null, array $interfaces, array $args = null)
96 if (!$interface instanceof ReflectionClass) {
106 $reflection = new ReflectionClass($classname);
126 * @param ReflectionClass $class
127 * @param ReflectionClass[] $interfaces
131 protected function createDoubleClass(ReflectionClass $class = null, array $interfaces)
H A DLazyDouble.php17 use ReflectionClass; alias
46 * @param string|ReflectionClass $class
57 if (!$class instanceof ReflectionClass) {
62 $class = new ReflectionClass($class);
71 * @param string|ReflectionClass $interface
84 if (!$interface instanceof ReflectionClass) {
92 $interface = new ReflectionClass($interface);
H A DCachedDoubler.php14 use ReflectionClass; alias
39 protected function createDoubleClass(ReflectionClass $class = null, array $interfaces)
50 * @param ReflectionClass $class
51 * @param ReflectionClass[] $interfaces
55 private function generateClassId(ReflectionClass $class = null, array $interfaces)
H A DNameGenerator.php14 use ReflectionClass; alias
29 * @param ReflectionClass $class
30 * @param ReflectionClass[] $interfaces
34 public function name(ReflectionClass $class = null, array $interfaces)
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php8 use ReflectionClass; alias
72 if ($this->isSafeToClone(new ReflectionClass($instance))) {
115 private function getReflectionClass($className) : ReflectionClass
121 $reflection = new ReflectionClass($className);
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
194 private function isSafeToClone(ReflectionClass $reflection) : bool
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DStandardTestSuiteLoader.php20 * @return ReflectionClass
48 $class = new ReflectionClass($loadedClass);
61 $class = new ReflectionClass($loadedClass);
91 $class = new ReflectionClass($suiteClassName);
108 * @param ReflectionClass $aClass
110 * @return ReflectionClass
112 public function reload(ReflectionClass $aClass)
H A DTestSuiteLoader.php20 * @return ReflectionClass
25 * @param ReflectionClass $aClass
27 * @return ReflectionClass
29 public function reload(ReflectionClass $aClass);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php23 use ReflectionClass; alias
70 public function getClassAnnotations(ReflectionClass $class)
89 public function getClassAnnotation(ReflectionClass $class, $annotationName)
182 * @param ReflectionClass $class The related class.
186 private function fetchFromCache($cacheKey, ReflectionClass $class)
217 * @param ReflectionClass $class
221 private function isCacheFresh($cacheKey, ReflectionClass $class)
233 * @param ReflectionClass $class
236 private function getLastModification(ReflectionClass $class)
250 * @param ReflectionClass $reflectionTrait
[all …]
H A DReader.php37 function getClassAnnotations(\ReflectionClass $class);
48 function getClassAnnotation(\ReflectionClass $class, $annotationName);
H A DAnnotationReader.php24 use ReflectionClass; alias
215 public function getClassAnnotations(ReflectionClass $class)
228 public function getClassAnnotation(ReflectionClass $class, $annotationName)
312 private function getIgnoredAnnotationNames(ReflectionClass $class)
331 private function getClassImports(ReflectionClass $class)
402 private function collectParsingMetadata(ReflectionClass $class)
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DXmlDriverTest.php24 $ref->invoke($driver, new \ReflectionClass('stdClass'), __DIR__ . '/xml/invalid.xml');
29 …$m = $this->getDriver('exclude_all')->loadMetadataForClass(new \ReflectionClass('JMS\Serializer\Te…
41 …$m = $this->getDriver('exclude_none')->loadMetadataForClass(new \ReflectionClass('JMS\Serializer\T…
53 …$m = $this->getDriver('case')->loadMetadataForClass(new \ReflectionClass('JMS\Serializer\Tests\Fix…
63 …$m = $this->getDriver()->loadMetadataForClass(new \ReflectionClass('JMS\Serializer\Tests\Fixtures\…
76 …$first = $this->getDriver()->loadMetadataForClass(new \ReflectionClass('JMS\Serializer\Tests\Fixtu…
84 …$first = $this->getDriver()->loadMetadataForClass(new \ReflectionClass('JMS\Serializer\Tests\Fixtu…
H A DYamlDriverTest.php16 …->getDriverForSubDir('accessor_inferred')->loadMetadataForClass(new \ReflectionClass('JMS\Serializ…
22 …$m = $this->getDriverForSubDir('short_expose')->loadMetadataForClass(new \ReflectionClass('JMS\Ser…
30 …$m = $this->getDriverForSubDir('exclude_all')->loadMetadataForClass(new \ReflectionClass('JMS\Seri…
42 …$m = $this->getDriverForSubDir('exclude_none')->loadMetadataForClass(new \ReflectionClass('JMS\Ser…
54 …$m = $this->getDriverForSubDir('case')->loadMetadataForClass(new \ReflectionClass('JMS\Serializer\…
64 …$m = $this->getDriverForSubDir('accessor')->loadMetadataForClass(new \ReflectionClass('JMS\Seriali…
H A DDoctrineDriverTest.php21 $refClass = new \ReflectionClass('JMS\Serializer\Tests\Fixtures\Doctrine\BlogPost');
27 $refClass = new \ReflectionClass(BlogPostWithEmbedded::class);
87 $refClass = new \ReflectionClass('JMS\Serializer\Tests\Fixtures\BlogPost');
103 …->loadMetadataForClass(new \ReflectionClass('JMS\Serializer\Tests\Fixtures\ExcludePublicAccessor')…
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DFileLocatorTest.php20 $ref = new \ReflectionClass('Metadata\Tests\Driver\Fixture\A\A');
23 $ref = new \ReflectionClass('Metadata\Tests\Driver\Fixture\B\B');
26 $ref = new \ReflectionClass('Metadata\Tests\Driver\Fixture\C\SubDir\C');
40 $ref = new \ReflectionClass('Metadata\Tests\Driver\Fixture\T\T');
51 $ref = new \ReflectionClass('D');
H A DAbstractFileDriverTest.php35 $class = new \ReflectionClass('\stdClass');
53 $class = new \ReflectionClass('\stdClass');
65 $class = new \ReflectionClass('\stdClass');
83 $class = new \ReflectionClass('\stdClass');
H A DDriverChainTest.php23 … $this->assertSame($metadata, $chain->loadMetadataForClass(new \ReflectionClass('\stdClass')));
48 $this->assertNull($driver->loadMetadataForClass(new \ReflectionClass('\stdClass')));
57 $this->assertNull($driver->loadMetadataForClass(new \ReflectionClass('\stdClass')));
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php6 use ReflectionClass; alias
21 * @param ReflectionClass $ref
25 public static function getProperties(ReflectionClass $ref)
60 … $reflection = is_object($object) ? new ReflectionObject($object) : new ReflectionClass($object);
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php6 use ReflectionClass; alias
16 * Standard \ReflectionClass->getProperties() does not return private properties from ancestor classes.
21 * @param ReflectionClass $ref
25 public static function getProperties(ReflectionClass $ref)
60 $reflection = is_object($object) ? new ReflectionObject($object) : new ReflectionClass($object);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php16 use ReflectionClass; alias
41 * @param ReflectionClass $class
42 * @param ReflectionClass[] $interfaces
48 public function reflect(ReflectionClass $class = null, array $interfaces)
65 if (!$interface instanceof ReflectionClass) {
88 private function reflectClassToNode(ReflectionClass $class, Node\ClassNode $node)
121 private function reflectInterfaceToNode(ReflectionClass $interface, Node\ClassNode $node)
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DUnexpectedValueException.php6 use ReflectionClass; alias
16 ReflectionClass $reflectionClass,
30 ReflectionClass $reflectionClass,
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php22 ->with($this->equalTo(new \ReflectionClass('Metadata\Tests\Fixtures\TestObject')))
30 ->with($this->equalTo(new \ReflectionClass('Metadata\Tests\Fixtures\TestParent')))
50 ->with($this->equalTo(new \ReflectionClass('Metadata\Tests\Fixtures\TestObject')))
58 ->with($this->equalTo(new \ReflectionClass('Metadata\Tests\Fixtures\TestParent')))
164 … ->with($this->equalTo(new \ReflectionClass('Metadata\Tests\Fixtures\ComplexHierarchy\SubClassA')))
169 …->with($this->equalTo(new \ReflectionClass('Metadata\Tests\Fixtures\ComplexHierarchy\InterfaceB')))
174 … ->with($this->equalTo(new \ReflectionClass('Metadata\Tests\Fixtures\ComplexHierarchy\BaseClass')))
179 …->with($this->equalTo(new \ReflectionClass('Metadata\Tests\Fixtures\ComplexHierarchy\InterfaceA')))
/plugin/combo/ComboStrap/
H A DClassUtility.php6 use ReflectionClass; alias
23 $reflector = new \ReflectionClass($objectOrClass);
56 $classReflection = new ReflectionClass($class);
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DSnapshot.php13 use ReflectionClass; alias
267 $class = new ReflectionClass($className);
285 $class = new ReflectionClass($interfaceName);
340 $class = new ReflectionClass($className);
413 $class = new ReflectionClass($variable);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DClassMirrorException.php14 use ReflectionClass; alias
20 public function __construct($message, ReflectionClass $class)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php124 $theClass instanceof ReflectionClass) {
135 $theClass = new ReflectionClass($theClass);
210 $class = new ReflectionClass($test);
249 $testClass = new ReflectionClass($testClass);
261 } elseif ($testClass instanceof ReflectionClass) {
340 $class = new ReflectionClass($className);
355 $class = new ReflectionClass($className);
422 * @param ReflectionClass $theClass
429 public static function createTest(ReflectionClass $theClass, $name)
835 * @param ReflectionClass $class
[all …]

12345