createRole() public abstract method
Creates a new Role object.
Note that the newly created role is not added to the RBAC system yet. You must fill in the needed data and call add() to add it to the system.
public abstract yii\rbac\Role createRole ( $name ) | ||
---|---|---|
$name | string |
The role name |
return | yii\rbac\Role |
The new Role object |
Please login to continue.