PHP Класс PartKeepr\CoreBundle\Entity\SystemNotice

Наследование: extends BaseEntity
Показать файл Открыть проект

Открытые методы

Метод Описание
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