PHP 클래스 Imbo\Model\Status

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

공개 메소드들

메소드 설명
getData ( )
getDatabaseStatus ( ) : boolean Get the database status
getDate ( ) : DateTime Get the date
getStorageStatus ( ) : boolean Get the storage status
setDatabaseStatus ( boolean $status ) : Status Set the database status
setDate ( DateTime $date ) : Status Set the date
setStorageStatus ( boolean $status ) : Status Set the storage status

메소드 상세

getData() 공개 메소드

public getData ( )

getDatabaseStatus() 공개 메소드

Get the database status
public getDatabaseStatus ( ) : boolean
리턴 boolean

getDate() 공개 메소드

Get the date
public getDate ( ) : DateTime
리턴 DateTime

getStorageStatus() 공개 메소드

Get the storage status
public getStorageStatus ( ) : boolean
리턴 boolean

setDatabaseStatus() 공개 메소드

Set the database status
public setDatabaseStatus ( boolean $status ) : Status
$status boolean The status flag
리턴 Status

setDate() 공개 메소드

Set the date
public setDate ( DateTime $date ) : Status
$date DateTime A DateTime instance
리턴 Status

setStorageStatus() 공개 메소드

Set the storage status
public setStorageStatus ( boolean $status ) : Status
$status boolean The status flag
리턴 Status