PHP Класс yii\rbac\Assignment

For more details and usage information on Assignment, see the guide article on security authorization.
С версии: 2.0
Автор: Qiang Xue ([email protected])
Автор: Alexander Kochetov ([email protected])
Наследование: extends yii\base\Object
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$createdAt UNIX timestamp representing the assignment creation time
$roleName the role name
$userId user ID (see [[\yii\web\User::id]])

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

$createdAt публичное свойство

UNIX timestamp representing the assignment creation time
public $createdAt

$roleName публичное свойство

the role name
public $roleName

$userId публичное свойство

user ID (see [[\yii\web\User::id]])
public $userId