PHP 클래스 Imbo\Model\ArrayModel

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

공개 메소드들

메소드 설명
getData ( )
getTitle ( ) : string Get the title of the model
setData ( array $data ) : ArrayModel Set the data
setTitle ( string $title ) : ArrayModel Set the title of the model

메소드 상세

getData() 공개 메소드

public getData ( )

getTitle() 공개 메소드

Get the title of the model
public getTitle ( ) : string
리턴 string

setData() 공개 메소드

Set the data
public setData ( array $data ) : ArrayModel
$data array The data to set
리턴 ArrayModel

setTitle() 공개 메소드

Set the title of the model
public setTitle ( string $title ) : ArrayModel
$title string The title of the model, for instance "Statistics"
리턴 ArrayModel