PHP Интерфейс Webiny\Component\Rest\Interfaces\AccessInterface

Показать файл Открыть проект

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

Метод Описание
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.