PHP 클래스 Imbo\Model\Groups

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

공개 메소드들

메소드 설명
getCount ( ) : integer Get the number of groups
getData ( )
getGroups ( ) : array Get the groups
getHits ( ) : integer Get the hits property
getLimit ( ) : integer Get the limit
getPage ( ) : integer Get the page
setGroups ( array $groups ) : Groups Set the array of groups
setHits ( integer $hits ) : self Set the hits property
setLimit ( integer $limit ) : self Set the limit
setPage ( integer $page ) : self Set the page

메소드 상세

getCount() 공개 메소드

Get the number of groups
public getCount ( ) : integer
리턴 integer

getData() 공개 메소드

public getData ( )

getGroups() 공개 메소드

Get the groups
public getGroups ( ) : array
리턴 array

getHits() 공개 메소드

Get the hits property
public getHits ( ) : integer
리턴 integer

getLimit() 공개 메소드

Get the limit
public getLimit ( ) : integer
리턴 integer

getPage() 공개 메소드

Get the page
public getPage ( ) : integer
리턴 integer

setGroups() 공개 메소드

Set the array of groups
public setGroups ( array $groups ) : Groups
$groups array An array of groups
리턴 Groups

setHits() 공개 메소드

Set the hits property
public setHits ( integer $hits ) : self
$hits integer The amount of query hits
리턴 self

setLimit() 공개 메소드

Set the limit
public setLimit ( integer $limit ) : self
$limit integer The limit
리턴 self

setPage() 공개 메소드

Set the page
public setPage ( integer $page ) : self
$page integer The page
리턴 self