PHP 클래스 Bluz\Auth\AbstractRowEntity

상속: extends Bluz\Db\Row, implements Bluz\Auth\EntityInterface
파일 보기 프로젝트 열기: bluzphp/framework

공개 메소드들

메소드 설명
getPrivileges ( ) : array Get privileges
hasPrivilege ( string $module, string $privilege ) : boolean Has role a privilege
tryLogin ( ) : boolean Can entity login

메소드 상세

getPrivileges() 추상적인 공개 메소드

Get privileges
abstract public getPrivileges ( ) : array
리턴 array

hasPrivilege() 공개 메소드

Has role a privilege
public hasPrivilege ( string $module, string $privilege ) : boolean
$module string
$privilege string
리턴 boolean

tryLogin() 추상적인 공개 메소드

Can entity login
abstract public tryLogin ( ) : boolean
리턴 boolean