芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/airport-back/vendor/yiisoft/yii2/rbac/Assignment.php
* @author Alexander Kochetov
* @since 2.0 */ class Assignment extends BaseObject { /** * @var string|int user ID (see [[\yii\web\User::id]]) */ public $userId; /** * @var string the role name */ public $roleName; /** * @var int UNIX timestamp representing the assignment creation time */ public $createdAt; }