Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Webiny
Component
Rest
Interfaces
AccessInterface
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.