OSS_Message block type class for displaying messages for users.
| category | OSS |
|---|---|
| package | OSS_Message |
| copyright | Copyright (c) 2007 - 2012, Open Source Solutions Limited, Dublin, Ireland |
| license | New BSD License |
| author | Barry O'Donovan |
| author | Roland Huszti |
| author | Nerijus Barauskas |
__construct(string $message, string $class, bool $isHTML) : void
stringMessage to display
stringMessage class
boolHtmk flag
addAction(string $str) : void
stringAction description
getActions() : array
arraygetClass() : string
| inherited_from | \OSS_Message::getClass() |
|---|
stringthe classgetMessage() : string
| inherited_from | \OSS_Message::getMessage() |
|---|
stringgetPlaintext() : string
| inherited_from | \OSS_Message::getPlaintext() |
|---|
stringgetType() : int
| inherited_from | \OSS_Message::getType() |
|---|
intsetClass(string $class)
| inherited_from | \OSS_Message::setClass() |
|---|
stringthe class
setType(int $type) : void
| inherited_from | \OSS_Message::setType() |
|---|
intMessage type
$class : string
error, success, info)
| inherited_from | \OSS_Message::$$class |
|---|
$isHTML : bool
| inherited_from | \OSS_Message::$$isHTML |
|---|
$type : int
| inherited_from | \OSS_Message::$$type |
|---|
$actions : null | array
ALERT
| inherited_from | \OSS_Message::ALERT |
|---|
ERROR
| inherited_from | \OSS_Message::ERROR |
|---|
INFO
| inherited_from | \OSS_Message::INFO |
|---|
SUCCESS
| inherited_from | \OSS_Message::SUCCESS |
|---|
TYPE_BLOCK
| inherited_from | \OSS_Message::TYPE_BLOCK |
|---|
TYPE_MESSAGE
| inherited_from | \OSS_Message::TYPE_MESSAGE |
|---|
TYPE_POP_UP
| inherited_from | \OSS_Message::TYPE_POP_UP |
|---|
WARNING
| inherited_from | \OSS_Message::WARNING |
|---|