Home
last modified time | relevance | path

Searched refs:ReflectionClass (Results 1 – 25 of 122) sorted by last modified time

12345

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPoint.php73 return (new \ReflectionClass(get_called_class()))->newInstanceArgs($coordinates);
/plugin/bez/mdl/
H A DEntity.php54 $class = (new \ReflectionClass($this))->getShortName();
H A DFactory.php206 $class = (new \ReflectionClass($this))->getShortName();
211 $class = (new \ReflectionClass($this))->getName();
261 $reflectionClass = new \ReflectionClass($obj);
H A DThreadFactory.php237 $reflectionClass = new \ReflectionClass('dokuwiki\plugin\bez\mdl\Thread');
/plugin/bez/action/
H A Dmaildebug.php39 $reflection = new \ReflectionClass($mail);
/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/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverService.php170 && mb_strpos('@deprecated', (new \ReflectionClass(ProcessBuilder::class))->getDocComment()) === false
/plugin/combo/ComboStrap/
H A DClassUtility.php6 use ReflectionClass; alias
23 $reflector = new \ReflectionClass($objectOrClass);
56 $classReflection = new ReflectionClass($class);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php15 use ReflectionClass; alias
229 $reflectionClass = new ReflectionClass(get_class($this));
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php77 $reflClass = new \ReflectionClass($className);
195 $reflClass = new \ReflectionClass($serviceName);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DParam.php180 return Util::toSnakeCase((new \ReflectionClass($this))->getShortName());
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DAbstractQuery.php17 $shortName = (new \ReflectionClass($this))->getShortName();
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/
H A DFacade.php49 $reflection = new \ReflectionClass($this->_version);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractAggregation.php141 $shortName = (new \ReflectionClass($this))->getShortName();
/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/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php386 || (new \ReflectionClass($typeToMatch->getName()))->isInstance($object))) {
392 || (new \ReflectionClass($type->getName()))->isInstance($object);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DAbstractProcessor.php19 $shortName = (new \ReflectionClass($this))->getShortName();
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php232 $reflectionClass = new \ReflectionClass(get_class($this));
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php77 $reflClass = new \ReflectionClass($className);
184 $reflClass = new \ReflectionClass($serviceName);
/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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php352 $reflect = new \ReflectionClass($curve);
370 $reflect = new \ReflectionClass($class);
H A DOpenSSH.php116 $reflect = new \ReflectionClass($curve);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php175 $reflect = new \ReflectionClass($curve);
/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/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
H A D002-final.phpt9 $reflectionClass = new \ReflectionClass('MaxMind\Db\Reader');

12345