Home
last modified time | relevance | path

Searched refs:get_class (Results 26 – 50 of 418) sorted by last modified time

12345678910>>...17

/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DFieldFactoryTest.php30 $this->assertEquals($class, get_class($f->getField($position)));
/plugin/combo/ComboStrap/
H A DFetcherImage.php519 return get_class($this);
H A DDataType.php204 return "object (" . get_class($value) . ")";
H A DOutlineVisitor.php145 switch (get_class($fetcher)) {
H A DPathAbs.php119 throw new ExceptionCast("Unable to cast to LocalPath as this path is not a wiki path or a local path but a " . get_class($this));
H A DRasterImageLink.php57 throw new ExceptionBadArgument("The fetcher is not a fetcher image but is a " . get_class($fetcher));
H A DStringUtility.php86 return get_class($value);
H A DIFetcherAbs.php228 return get_class($this);
H A DIdentityFormsHelper.php75 $class = get_class($form);
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhp80.php51 $class = \get_class($value);
/plugin/combo/action/
H A Dlogin.php181 $class = get_class($form);
H A Dmetaprocessing.php70 LogUtility::internalError("The before ($beforeId) and after id ($afterId) are not the same", get_class($this));
H A Dprofile.php68 $class = get_class($form);
93 $class = get_class($form);
H A Dregistration.php60 $class = get_class($form);
H A Dresend.php186 $class = get_class($form);
H A Drouter.php755 $class = get_class($targetPageId);
760 $class = get_class($targetOriginId);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataMultiple.php160 throw new ExceptionBadArgument("The value for $this is not an array, nor a string (value: $value)", get_class($this));
H A DMetadataStoreAbs.php75 return get_class($this);
H A DMetadataTabular.php202 if ($childClass === get_class($identifierMetadataObject)) {
344 if (get_class($meta) === $this->getUidClass()) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DInvalidCharacterException.php45 get_class($this->_status),
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DSequence.php67 $subSequence = $this->delegate(get_class($this));
/plugin/combo/ComboStrap/Meta/Field/
H A DBacklinkCount.php58 $storeClass = get_class($this->getReadStore());
/plugin/combo/vendor/symfony/yaml/
H A DInline.php129 return sprintf('!php/const %s::%s', \get_class($value), $value->name);
/plugin/adhoctags/syntax/
H A Dabstract.php37 if ($mode == substr(get_class($this), 7)) {
/plugin/oauth/
H A Dhelper.php130 $msg = get_class($e) . ' at ' . $e->getFile() . ':' . $e->getLine() . '<br>';

12345678910>>...17