PHP Class BookStack\RolePermission

Inheritance: extends Model
Datei anzeigen Open project: ssddanbrown/bookstack Class Usage Examples

Public Methods

Method Description
getByName ( $name ) : mixed Get the permission object by name.
roles ( ) The roles that belong to the permission.

Method Details

getByName() public static method

Get the permission object by name.
public static getByName ( $name ) : mixed
$name
return mixed

roles() public method

The roles that belong to the permission.
public roles ( )