PHP 클래스 fkooman\RemoteStorage\RemoteStorageResourceServer

상속: implements fkooman\OAuth\ResourceServerStorageInterface
파일 보기 프로젝트 열기: fkooman/php-remote-storage

공개 메소드들

메소드 설명
getResourceServer ( string $resourceServerId ) : fkooman\OAuth\ResourceServer | false Retrieve a resource server based on resourceServerId.

메소드 상세

getResourceServer() 공개 메소드

Retrieve a resource server based on resourceServerId.
public getResourceServer ( string $resourceServerId ) : fkooman\OAuth\ResourceServer | false
$resourceServerId string the resource server ID
리턴 fkooman\OAuth\ResourceServer | false if the resource server exists it returns ResourceServer, otherwise false