PHP Class yii\rbac\Assignment

For more details and usage information on Assignment, see the guide article on security authorization.
Since: 2.0
Author: Qiang Xue ([email protected])
Author: Alexander Kochetov ([email protected])
Inheritance: extends yii\base\Object
显示文件 Open project: yiisoft/yii2

Public Properties

Property Type Description
$createdAt UNIX timestamp representing the assignment creation time
$roleName the role name
$userId user ID (see [[\yii\web\User::id]])

Property Details

$createdAt public_oe property

UNIX timestamp representing the assignment creation time
public $createdAt

$roleName public_oe property

the role name
public $roleName

$userId public_oe property

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