Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
BookStack
RolePermission
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
( )