PHP Класс eZ\Publish\Core\Repository\Values\User\RoleDraft

Наследование: extends eZ\Publish\API\Repository\Values\User\RoleDraft
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$innerRole eZ\Publish\API\Repository\Values\User\Role Holds internal role object.

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

Метод Описание
__get ( string $property ) : mixed Magic getter for routing get calls to innerRole.
__isset ( string $property ) : boolean Magic isset for routing isset calls to innerRole.
__set ( string $property, mixed $propertyValue ) Magic set for routing set calls to innerRole.
getPolicies ( ) : eZ\Publish\API\Repository\Values\User\PolicyDraft[] Returns the list of policies of this role.

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

__get() публичный метод

Magic getter for routing get calls to innerRole.
public __get ( string $property ) : mixed
$property string The name of the property to retrieve
Результат mixed

__isset() публичный метод

Magic isset for routing isset calls to innerRole.
public __isset ( string $property ) : boolean
$property string
Результат boolean

__set() публичный метод

Magic set for routing set calls to innerRole.
public __set ( string $property, mixed $propertyValue )
$property string
$propertyValue mixed

getPolicies() публичный метод

Returns the list of policies of this role.
public getPolicies ( ) : eZ\Publish\API\Repository\Values\User\PolicyDraft[]
Результат eZ\Publish\API\Repository\Values\User\PolicyDraft[]

Описание свойств

$innerRole защищенное свойство

Holds internal role object.
protected Role,eZ\Publish\API\Repository\Values\User $innerRole
Результат eZ\Publish\API\Repository\Values\User\Role