rbac\ManagerInterface getPermissionsByUser()

getPermissionsByUser() public abstract method

Returns all permissions that the user has.

public abstract yii\rbac\Permission[] getPermissionsByUser ( $userId )
$userId string|integer

The user ID (see yii\web\User::$id)

return yii\rbac\Permission[]

All permissions that the user has. The array is indexed by the permission names.

doc_Yii
2016-10-30 17:10:12
Comments
Leave a Comment

Please login to continue.