PHP 클래스 Imbo\Model\AccessRule

저자: Christer Edvartsen ([email protected])
상속: implements Imbo\Model\ModelInterface
파일 보기 프로젝트 열기: imbo/imbo 1 사용 예제들

공개 메소드들

메소드 설명
getData ( )
getGroup ( ) : string Get the group
getId ( ) : integer Get the ID
getResources ( ) : string[] Get the resources
getUsers ( ) : string[] Get the users
setGroup ( string $group ) : self Set the group
setId ( integer $id ) : self Set the ID
setResources ( array $resources ) : self Set the resources
setUsers ( array $users ) : self Set the users

메소드 상세

getData() 공개 메소드

public getData ( )

getGroup() 공개 메소드

Get the group
public getGroup ( ) : string
리턴 string

getId() 공개 메소드

Get the ID
public getId ( ) : integer
리턴 integer

getResources() 공개 메소드

Get the resources
public getResources ( ) : string[]
리턴 string[]

getUsers() 공개 메소드

Get the users
public getUsers ( ) : string[]
리턴 string[]

setGroup() 공개 메소드

Set the group
public setGroup ( string $group ) : self
$group string
리턴 self

setId() 공개 메소드

Set the ID
public setId ( integer $id ) : self
$id integer
리턴 self

setResources() 공개 메소드

Set the resources
public setResources ( array $resources ) : self
$resources array
리턴 self

setUsers() 공개 메소드

Set the users
public setUsers ( array $users ) : self
$users array
리턴 self