Home
last modified time | relevance | path

Searched refs:implementsInterface (Results 1 – 12 of 12) sorted by last modified time

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php80 if ($reflClass->implementsInterface('OAuth\\' . $version . '\\Service\\ServiceInterface')) {
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php80 … if ($reflClass->implementsInterface('OAuth\\' . $version . '\\Service\\ServiceInterface')) {
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php113 if (false === $reflection->implementsInterface('\Hoa\Zformat\Parameterizable')) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php840 if ($class->implementsInterface('PHPUnit_Runner_TestSuiteLoader') &&
885 if ($class->implementsInterface('PHPUnit_Framework_TestListener') &&
H A DTestRunner.php942 if (!$listenerClass->implementsInterface(PHPUnit_Framework_TestListener::class)) {
/plugin/findologicxmlexport/vendor/hoa/event/
H A DEvent.php142 if (false === $reflection->implementsInterface('\Hoa\Event\Source')) {
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php149 Assert::implementsInterface($handler, StaticMethod::class);
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DBlacklist.php138 if ($class->implementsInterface($type)) {
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php910 public static function implementsInterface($value, $interface, $message = '') function in Webmozart\\Assert\\Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php366 } elseif ($class->implementsInterface('PHPUnit_Framework_Test')) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php240 if (!$reflect->implementsInterface('PHPUnit_Framework_MockObject_MockObject')) {
811 if ($isInterface && $class->implementsInterface('Traversable') &&
812 !$class->implementsInterface('Iterator') &&
813 !$class->implementsInterface('IteratorAggregate')) {
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md181 `implementsInterface($value, $class, $message = '')` | Check that a class implements an interface