Home
last modified time | relevance | path

Searched refs:ReflectionClass (Results 76 – 100 of 122) sorted by relevance

12345

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DParam.php180 return Util::toSnakeCase((new \ReflectionClass($this))->getShortName());
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst283 $reflClass = new ReflectionClass('MyCompany\Entity\User');
306 public function getClassAnnotations(\ReflectionClass $class);
313 public function getClassAnnotation(\ReflectionClass $class, $annotationName);
H A Dindex.rst68 $reflectionClass = new ReflectionClass(Foo::class);
/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php386 || (new \ReflectionClass($typeToMatch->getName()))->isInstance($object))) {
392 || (new \ReflectionClass($type->getName()))->isInstance($object);
/plugin/findologicxmlexport/vendor/hoa/event/
H A DEvent.php140 $reflection = new \ReflectionClass($source);
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DRestorer.php88 $class = new \ReflectionClass($className);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php41 use ReflectionClass; alias
201 $reflection = new ReflectionClass($builder);
675 $reflection = new ReflectionClass($fullPath);
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireCssProcess.php35 $reflection = new \ReflectionClass($filter);
H A DRequireJsProcess.php254 $reflection = new \ReflectionClass($filter);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAbstractDoctrineTypeDriver.php75 public function loadMetadataForClass(\ReflectionClass $class): ?BaseClassMetadata
H A DYamlDriver.php44 … protected function loadMetadataFromFile(\ReflectionClass $class, string $file): ?BaseClassMetadata
353 private function getCallbackMetadata(\ReflectionClass $class, $config): array
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DAutoloader.php245 $class = new \ReflectionClass($classname);
H A DXcallable.php291 return new \ReflectionClass($valid[0]);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php147 private function getReflection(): \ReflectionClass
149 return new \ReflectionClass($this->name);
/plugin/bureaucracyau/_test/
H A Dsyntax.test.php132 $class = new ReflectionClass($obj);
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php132 $class = new ReflectionClass($obj);
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php283 $reflClass = new \ReflectionClass($className);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverService.php170 && mb_strpos('@deprecated', (new \ReflectionClass(ProcessBuilder::class))->getDocComment()) === false
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php253 $class = new ReflectionClass($suite->getName());
329 $class = new ReflectionClass($test);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php352 $reflect = new \ReflectionClass($curve);
370 $reflect = new \ReflectionClass($class);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php224 $class = new ReflectionClass($className);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php1279 $classes = [new ReflectionClass($className)];
1288 $class = new ReflectionClass(
1292 $class = new ReflectionClass($classes[count($classes) - 1]);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php209 $class = new ReflectionClass($test);
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMetadataFactory.php170 $refl = new \ReflectionClass($class);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md32 `getDocComment()` method, such as an object of type `ReflectionClass`, the

12345