PHP 인터페이스 Webiny\Component\Rest\Interfaces\AccessInterface

파일 보기 프로젝트 열기: Webiny/Framework

공개 메소드들

메소드 설명
hasAccess ( string $role ) : boolean This method will be call if the api class, or the method, requires a specific role to access.

메소드 상세

hasAccess() 공개 메소드

This method will be call if the api class, or the method, requires a specific role to access.
public hasAccess ( string $role ) : boolean
$role string Name of the role specified in "rest.role" annotation.
리턴 boolean Boolean true should be returned if access is allowed, otherwise false should be returned.