PHP Интерфейс AuthBucket\OAuth2\ResourceType\ResourceTypeHandlerFactoryInterface

Автор: Wong Hoi Sing Edison ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
getResourceTypeHandler ( string $type = null ) : AuthBucket\OAuth2\ResourceType\ResourceTypeHandlerInterface Gets a stored resource type handler.
getResourceTypeHandlers ( ) : array Get a list of all supported handler.

Описание методов

getResourceTypeHandler() публичный Метод

Gets a stored resource type handler.
public getResourceTypeHandler ( string $type = null ) : AuthBucket\OAuth2\ResourceType\ResourceTypeHandlerInterface
$type string Type of resource type handler
Результат AuthBucket\OAuth2\ResourceType\ResourceTypeHandlerInterface The stored resource type handler

getResourceTypeHandlers() публичный Метод

Get a list of all supported handler.
public getResourceTypeHandlers ( ) : array
Результат array Supported handler in key-value pair