Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
BookStack
RolePermission
PHP 클래스 BookStack\RolePermission
상속:
extends
Model
파일 보기
프로젝트 열기: ssddanbrown/bookstack
1 사용 예제들
공개 메소드들
메소드
설명
getByName
(
$name
) :
mixed
Get the permission object by name.
roles
( )
The roles that belong to the permission.
메소드 상세
getByName()
공개
정적인
메소드
Get the permission object by name.
public
static
getByName
(
$name
) :
mixed
$name
리턴
mixed
roles()
공개
메소드
The roles that belong to the permission.
public
roles
( )