PHP 클래스 Gc\User\Role\Collection

상속: extends Gc\Db\AbstractTable
파일 보기 프로젝트 열기: gotcms/gotcms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$name string Table name
$roles array List of roles

공개 메소드들

메소드 설명
getRoles ( boolean $forceReload = false ) : array Get Roles
init ( ) : void Initiliaze role collection

메소드 상세

getRoles() 공개 메소드

Get Roles
public getRoles ( boolean $forceReload = false ) : array
$forceReload boolean Force reload
리턴 array \Gc\User\Role\Model

init() 공개 메소드

Initiliaze role collection
public init ( ) : void
리턴 void

프로퍼티 상세

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

Table name
protected string $name
리턴 string

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

List of roles
protected array $roles
리턴 array