createPermission() public method
Creates a new Permission object.
Note that the newly created permission 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 yii\rbac\Permission createPermission ( $name ) | ||
---|---|---|
$name | string |
The permission name |
return | yii\rbac\Permission |
The new Permission object |
Please login to continue.