* @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; }