1 | <?php |
||
21 | class Assignment extends \yii\rbac\Assignment |
||
22 | { |
||
23 | /** |
||
24 | * @var string|User user ID (see [[\rhosocial\user\User::guid]]) |
||
25 | */ |
||
26 | public $userGuid; |
||
27 | |||
28 | /** |
||
29 | * @var string the time of invalidation of this Assignment. (Format: Y-m-d H:i:s) |
||
30 | */ |
||
31 | public $failedAt; |
||
32 | |||
33 | public function init() |
||
43 | } |
||
44 |