Home
last modified time | relevance | path

Searched refs:get_class (Results 226 – 250 of 418) sorted by relevance

12345678910>>...17

/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DLazyHandlerRegistry.php30 …rInterface::class, ContainerInterface::class, \is_object($container) ? \get_class($container) : \g…
H A DHandlerRegistry.php45 …n, but only got "%s" for %s.', implode('" and "', array_keys($methodData)), \get_class($handler)));
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DParameters.php121 get_class($this->parameters[0]) === 'PHPUnit_Framework_Constraint_IsAnything') {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerBindHandler.php44 get_class($request)
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php96 $classname = get_class($this);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php96 $classname = get_class($this);
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhp80.php51 $class = \get_class($value);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php353 get_class($this),
382 get_class($this),
642 get_class($this),
675 get_class($this),
693 get_class($this),
892 $hookMethods = PHPUnit_Util_Test::getHookMethods(get_class($this));
1605 return get_class($mock);
2026 $className = get_class($this);
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php139 …throw new \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method …
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStreamDecoratorTrait.php142 . get_class($this));
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php139 throw new \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method . '()');
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php84 is_object($value) ? get_class($value) : gettype($value)
/plugin/combo/ComboStrap/Meta/Field/
H A DBacklinkCount.php58 $storeClass = get_class($this->getReadStore());
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTag.php113 $tag = get_class($this);
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php139 throw new \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method . '()');
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php105 get_class($owner)
109 $owner = get_class($owner);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php202 \is_object($data) ? \get_class($data) : \gettype($data),
203 \is_object($result) ? \get_class($result) : \gettype($result)
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DSerializationGraphNavigator.php117 $typeName = \get_class($data);
177 $type = ['name' => \get_class($data), 'params' => []];
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataTabular.php202 if ($childClass === get_class($identifierMetadataObject)) {
344 if (get_class($meta) === $this->getUidClass()) {
/plugin/combo/action/
H A Dprofile.php68 $class = get_class($form);
93 $class = get_class($form);
/plugin/outliner/
H A Dsyntax.php31 if ($mode == substr(get_class($this), 7)) return true;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DClientQueue.php67 get_class($message)
/plugin/wrap/syntax/
H A Dspan.php20 if ($mode == substr(get_class($this), 7)) return true;
/plugin/oauth/
H A Dhelper.php130 $msg = get_class($e) . ' at ' . $e->getFile() . ':' . $e->getLine() . '<br>';
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DXmlSerializationTest.php240 … $this->deserialize($this->getContent('object_with_namespaces_and_list'), get_class($object))
267 …$this->deserialize($this->getContent('object_with_namespaces_and_nested_list'), get_class($object))
362 … $this->deserialize($this->getContent('object_with_only_namespaces_and_list'), get_class($object));

12345678910>>...17