PHP 인터페이스 AuthBucket\OAuth2\ResourceType\ResourceTypeHandlerFactoryInterface

저자: Wong Hoi Sing Edison ([email protected])
파일 보기 프로젝트 열기: authbucket/oauth2

공개 메소드들

메소드 설명
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