Home
last modified time | relevance | path

Searched refs:ReflectionClass (Results 26 – 50 of 122) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DFactory.php19 * @param ReflectionClass $filter
22 public function addFilter(ReflectionClass $filter, $args)
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DInvalidArgumentException.php6 use ReflectionClass; alias
30 public static function fromAbstractClass(ReflectionClass $reflectionClass) : self
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DAbstractFileDriver.php26 public function loadMetadataForClass(\ReflectionClass $class): ?ClassMetadata
50 …abstract protected function loadMetadataFromFile(\ReflectionClass $class, string $file): ?ClassMet…
H A DDriverInterface.php11 public function loadMetadataForClass(\ReflectionClass $class): ?ClassMetadata;
H A DFileLocatorInterface.php9 public function findFileForClass(\ReflectionClass $class, string $extension): ?string;
H A DLazyLoadingDriver.php31 public function loadMetadataForClass(\ReflectionClass $class): ?ClassMetadata
/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 DMethodTagRetrieverInterface.php29 public function getTagList(\ReflectionClass $reflectionClass);
H A DLegacyClassTagRetriever.php29 public function getTagList(\ReflectionClass $reflectionClass)
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DSimpleAnnotationReader.php65 public function getClassAnnotations(\ReflectionClass $class)
89 public function getClassAnnotation(\ReflectionClass $class, $annotationName)
H A DIndexedReader.php47 public function getClassAnnotations(\ReflectionClass $class)
60 public function getClassAnnotation(\ReflectionClass $class, $annotation)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php18 use ReflectionClass; alias
73 $reflection = new ReflectionClass($classname);
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DBlacklist.php13 use ReflectionClass; alias
129 $class = new ReflectionClass($className);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DDoctrinePHPCRDriverTest.php20 $refClass = new \ReflectionClass('JMS\Serializer\Tests\Fixtures\DoctrinePHPCR\BlogPost');
72 $refClass = new \ReflectionClass('JMS\Serializer\Tests\Fixtures\BlogPost');
H A DBaseDriverTest.php35 …$m = $this->getDriver()->loadMetadataForClass(new \ReflectionClass('JMS\Serializer\Tests\Fixtures\…
290 $m = $this->getDriver()->loadMetadataForClass(new \ReflectionClass(\PDOStatement::class));
301 …$m = $this->getDriver()->loadMetadataForClass(new \ReflectionClass(ObjectWithXmlNamespaceAttribute…
549 $m = $this->getDriver()->loadMetadataForClass(new \ReflectionClass($class));
572 $m = $this->getDriver()->loadMetadataForClass(new \ReflectionClass($class));
597 …$first = $this->getDriver()->loadMetadataForClass(new \ReflectionClass('JMS\Serializer\Tests\Fixtu…
H A DNullDriverTest.php17 $metadata = $driver->loadMetadataForClass(new \ReflectionClass('stdClass'));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php166 $reflector = new ReflectionClass($className);
438 $dataProviderClass = new ReflectionClass($dataProviderClassName);
533 $class = new ReflectionClass($className);
740 $class = new ReflectionClass($className);
838 $class = new ReflectionClass($className);
944 $class = new ReflectionClass($className);
1024 $codeToCoverList[] = new ReflectionClass($className);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DAbstractQuery.php17 $shortName = (new \ReflectionClass($this))->getShortName();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DAbstractProcessor.php19 $shortName = (new \ReflectionClass($this))->getShortName();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DClassHasStaticAttribute.php29 $class = new ReflectionClass($other);
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php77 $reflClass = new \ReflectionClass($className);
184 $reflClass = new \ReflectionClass($serviceName);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php78 * @param PHPUnit_Framework_Test|ReflectionClass $test
87 if ($test instanceof ReflectionClass) {
129 new ReflectionClass('PHPUnit_Runner_Filter_Group_Exclude'),
136 new ReflectionClass('PHPUnit_Runner_Filter_Group_Include'),
143 new ReflectionClass('PHPUnit_Runner_Filter_Test'),
246 $class = new ReflectionClass($arguments['printer']);
940 $listenerClass = new ReflectionClass($listener['class']);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
H A D002-final.phpt9 $reflectionClass = new \ReflectionClass('MaxMind\Db\Reader');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php77 $reflClass = new \ReflectionClass($className);
195 $reflClass = new \ReflectionClass($serviceName);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DNullDriver.php13 public function loadMetadataForClass(\ReflectionClass $class): ?BaseClassMetadata

12345