An immutable representation of a Notice. More...
Public Member Functions | |
__construct ($message) | |
Constructs the notice. | |
get_message () | |
Gets the notice message as a string. | |
get_typename () | |
Get the rendereable typename as a string. |
An immutable representation of a Notice.
Notice_Model::__construct | ( | $ | message | ) |
Constructs the notice.
NoticeException |
$message | string The message the notice contains |
Notice_Model::get_message | ( | ) |
Gets the notice message as a string.
Notice_Model::get_typename | ( | ) | [abstract] |
Get the rendereable typename as a string.
Reimplemented in ErrorNotice_Model, InformationNotice_Model, SuccessNotice_Model, and WarningNotice_Model.