PHP 클래스 Xpressengine\Permission\Instance

저자: XE Developers ([email protected])
파일 보기 프로젝트 열기: xpressengine/xpressengine 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$name string The permission name
$siteKey string The key name for site

공개 메소드들

메소드 설명
__construct ( string $name, string $siteKey = 'default' ) Instance constructor.
getName ( ) : string Get the permission name
getSiteKey ( ) : string Get the site key name

메소드 상세

__construct() 공개 메소드

Instance constructor.
public __construct ( string $name, string $siteKey = 'default' )
$name string permission name
$siteKey string site key

getName() 공개 메소드

Get the permission name
public getName ( ) : string
리턴 string

getSiteKey() 공개 메소드

Get the site key name
public getSiteKey ( ) : string
리턴 string

프로퍼티 상세

$name 보호되어 있는 프로퍼티

The permission name
protected string $name
리턴 string

$siteKey 보호되어 있는 프로퍼티

The key name for site
protected string $siteKey
리턴 string