PHP 클래스 Imbo\Resource

저자: Espen Hovlandsdal ([email protected])
파일 보기 프로젝트 열기: imbo/imbo 1 사용 예제들

공개 메소드들

메소드 설명
getAllResources ( ) : array Returns a list of all resources available, including those which involves access control
getReadOnlyResources ( ) : array Returns a list of resources which should be accessible for read-only public keys
getReadWriteResources ( ) : array Returns a list of resources which should be accessible for read+write public keys

메소드 상세

getAllResources() 최종 공개 정적인 메소드

Returns a list of all resources available, including those which involves access control
final public static getAllResources ( ) : array
리턴 array

getReadOnlyResources() 최종 공개 정적인 메소드

Returns a list of resources which should be accessible for read-only public keys
final public static getReadOnlyResources ( ) : array
리턴 array

getReadWriteResources() 최종 공개 정적인 메소드

Returns a list of resources which should be accessible for read+write public keys
final public static getReadWriteResources ( ) : array
리턴 array