PHP Интерфейс Doctrine\OrientDB\Query\Command\CredentialInterface

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

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

Метод Описание
on ( string $resource ) : Credential Sets the $resource on which a credential is granted/revoked.
permission ( string $permission ) : Credential Sets the $permission to grant/revoke.
to ( string $role ) : Credential Sets the user/group subject of the credential addition/removal.

Описание методов

on() публичный Метод

Sets the $resource on which a credential is granted/revoked.
public on ( string $resource ) : Credential
$resource string
Результат Credential

permission() публичный Метод

Sets the $permission to grant/revoke.
public permission ( string $permission ) : Credential
$permission string
Результат Credential

to() публичный Метод

Sets the user/group subject of the credential addition/removal.
public to ( string $role ) : Credential
$role string
Результат Credential