Home
last modified time | relevance | path

Searched refs:ReflectionClass (Results 51 – 75 of 122) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DClassHasAttribute.php43 $class = new ReflectionClass($other);
H A DIsInstanceOf.php83 $reflection = new ReflectionClass($this->className);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/PhpDocumentor/
H A DClassTagRetriever.php39 public function getTagList(\ReflectionClass $reflectionClass)
/plugin/bez/action/
H A Dmaildebug.php39 $reflection = new \ReflectionClass($mail);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php238 $reflect = new ReflectionClass($mockClassName);
300 $class = new ReflectionClass($className);
327 $class = new ReflectionClass($type);
382 $reflector = new ReflectionClass($originalClassName);
713 $typeClass = new ReflectionClass($this->generateClassName(
761 $class = new ReflectionClass($mockClassName['fullClassName']);
1297 $class = new ReflectionClass($className);
/plugin/structjoin/types/
H A DJoin.php9 use ReflectionClass; alias
134 $reflectionClass = new ReflectionClass(QueryBuilder::class);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DBlacklist.php91 $reflector = new ReflectionClass($className);
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DDriverChain.php29 public function loadMetadataForClass(\ReflectionClass $class): ?ClassMetadata
H A DFileLocator.php22 public function findFileForClass(\ReflectionClass $class, string $extension): ?string
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DClassMetadataTest.php28 $ref = new \ReflectionClass('Metadata\Tests\Fixtures\TestObject');
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/
H A DFacade.php49 $reflection = new \ReflectionClass($this->_version);
/plugin/bez/mdl/
H A DFactory.php206 $class = (new \ReflectionClass($this))->getShortName();
211 $class = (new \ReflectionClass($this))->getName();
261 $reflectionClass = new \ReflectionClass($obj);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DPhpParser.php39 public function parseClass(\ReflectionClass $class)
H A DFileCacheReader.php96 public function getClassAnnotations(\ReflectionClass $class)
236 public function getClassAnnotation(\ReflectionClass $class, $annotationName)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php373 $reflect = new \ReflectionClass($type);
414 $meta = new \ReflectionClass($fullname);
439 $meta = new \ReflectionClass($this->format);
/plugin/components/lib/
H A Dcomponent_manager.php22 $ref_class = new ReflectionClass($class);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientExtendedOperationHandler.php23 use ReflectionClass;
71 $prop = (new ReflectionClass(LdapMessageResponse::class))->getProperty('response');
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DMagicCallPatch.php60 $reflectionClass = new \ReflectionClass($type);
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A Dphpstan.neon17 - '#Call to an undefined method ReflectionClass::getUseStatements\(\)#'
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php120 $reflection = new \ReflectionClass($this);
274 $reflection = new \ReflectionClass($this);
/plugin/displayfile/
H A Dsyntax.php211 $reflection = new ReflectionClass($renderer);
219 $reflection = new ReflectionClass($renderer);
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/src/
H A DWizard.php65 $reflector = new \ReflectionClass($classOrTrait);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DBaseTestRunner.php116 * @return ReflectionClass
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractAggregation.php141 $shortName = (new \ReflectionClass($this))->getShortName();
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php15 use ReflectionClass; alias
229 $reflectionClass = new ReflectionClass(get_class($this));

12345