PHP 클래스 PartKeepr\CoreBundle\Entity\SystemNotice

상속: extends BaseEntity
파일 보기 프로젝트 열기: partkeepr/PartKeepr

공개 메소드들

메소드 설명
getDate ( ) : DateTime Returns the date and time for this entry.
getDescription ( ) : string Returns the description.
getTitle ( ) : string Returns the title for this entry.
getType ( ) : string Returns the type of this entry.
isAcknowledged ( ) : boolean Returns the value of the acknowledged flag.
setAcknowledged ( boolean $bAck = true ) Sets the value of the acknowledged flag.
setDate ( DateTime $date ) Sets the date and time for this entry.
setDescription ( string $description ) Sets the description.
setTitle ( string $title ) Sets the title for this entry.
setType ( string $type ) Sets the type of this entry.

메소드 상세

getDate() 공개 메소드

Returns the date and time for this entry.
public getDate ( ) : DateTime
리턴 DateTime the date and time for this entry

getDescription() 공개 메소드

Returns the description.
public getDescription ( ) : string
리턴 string The description

getTitle() 공개 메소드

Returns the title for this entry.
public getTitle ( ) : string
리턴 string the title

getType() 공개 메소드

Returns the type of this entry.
public getType ( ) : string
리턴 string The type

isAcknowledged() 공개 메소드

Returns the value of the acknowledged flag.
public isAcknowledged ( ) : boolean
리턴 boolean true if this notice has been acknowledged, false otherwise

setAcknowledged() 공개 메소드

Sets the value of the acknowledged flag.
public setAcknowledged ( boolean $bAck = true )
$bAck boolean True if the notice should be acknowledged (default), false otherwise

setDate() 공개 메소드

Sets the date and time for this entry.
public setDate ( DateTime $date )
$date DateTime The date and time

setDescription() 공개 메소드

Sets the description.
public setDescription ( string $description )
$description string

setTitle() 공개 메소드

Sets the title for this entry.
public setTitle ( string $title )
$title string the title for this entry

setType() 공개 메소드

Sets the type of this entry.
public setType ( string $type )
$type string