PHP 클래스 Imbo\Model\ListModel

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

공개 메소드들

메소드 설명
getContainer ( ) : string Get the container value
getData ( )
getEntry ( ) : string Get the entry value
getList ( ) : array Get the list
setContainer ( string $container ) : self Set the container value
setEntry ( string $entry ) : self Set the entry value
setList ( array $list ) : self Set the list

메소드 상세

getContainer() 공개 메소드

Get the container value
public getContainer ( ) : string
리턴 string

getData() 공개 메소드

public getData ( )

getEntry() 공개 메소드

Get the entry value
public getEntry ( ) : string
리턴 string

getList() 공개 메소드

Get the list
public getList ( ) : array
리턴 array

setContainer() 공개 메소드

Set the container value
public setContainer ( string $container ) : self
$container string
리턴 self

setEntry() 공개 메소드

Set the entry value
public setEntry ( string $entry ) : self
$entry string
리턴 self

setList() 공개 메소드

Set the list
public setList ( array $list ) : self
$list array The list itself
리턴 self