Searched refs:ServiceInterface (Results 1 – 18 of 18) sorted by relevance
5 use dokuwiki\plugin\issuelinks\services\ServiceInterface; alias53 * @return ServiceInterface[]68 * @return ServiceInterface[]]
17 use OAuth\Common\Service\ServiceInterface; alias101 * @return ServiceInterface154 * @return ServiceInterface210 * @return ServiceInterface
5 use OAuth\Common\Service\ServiceInterface as BaseServiceInterface;11 interface ServiceInterface extends BaseServiceInterface interface
17 abstract class AbstractService extends BaseAbstractService implements ServiceInterface318 * Returns a class constant from ServiceInterface defining the authorization method used for the API
17 use OAuth\Common\Service\ServiceInterface; alias 69 * @throws Exception If the class is nonexistent or does not implement a valid ServiceInterface80 if ($reflClass->implementsInterface('OAuth\\' . $version . '\\Service\\ServiceInterface')) {87 throw new Exception(sprintf('Service class %s must implement ServiceInterface.', $className));102 * @return ServiceInterface163 * @return ServiceInterface221 * @return ServiceInterface
10 use OAuth\Common\Service\ServiceInterface as BaseServiceInterface;16 interface ServiceInterface extends BaseServiceInterface interface
18 abstract class AbstractService extends BaseAbstractService implements ServiceInterface
11 use OAuth\Common\Service\ServiceInterface as BaseServiceInterface;17 interface ServiceInterface extends BaseServiceInterface interface
15 abstract class AbstractService extends BaseAbstractService implements ServiceInterface
10 interface ServiceInterface interface17 * @return ServiceInterface
8 abstract class AbstractService implements ServiceInterface
10 use dokuwiki\plugin\issuelinks\services\ServiceInterface; alias65 /** @var ServiceInterface $serviceClass */
11 use dokuwiki\plugin\issuelinks\services\ServiceInterface; alias62 /** @var ServiceInterface[] $services */
10 interface ServiceInterface interface
15 abstract class AbstractService implements ServiceInterface
15 abstract class AbstractService implements ServiceInterface58 'An absolute URI must be passed to ServiceInterface::request as no baseApiUri is set.'
73 phpoauthlib/src/OAuth/Common/Service/ServiceInterface.php91 phpoauthlib/src/OAuth/OAuth1/Service/ServiceInterface.php131 phpoauthlib/src/OAuth/OAuth2/Service/ServiceInterface.php