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
string
Message to display
string
Message class
bool
Htmk flag
addAction(string $str) : void
string
Action description
getActions() : array
array
getClass() : string
inherited_from | \OSS_Message::getClass() |
---|
string
the classgetMessage() : string
inherited_from | \OSS_Message::getMessage() |
---|
string
getPlaintext() : string
inherited_from | \OSS_Message::getPlaintext() |
---|
string
getType() : int
inherited_from | \OSS_Message::getType() |
---|
int
setClass(string $class)
inherited_from | \OSS_Message::setClass() |
---|
string
the class
setType(int $type) : void
inherited_from | \OSS_Message::setType() |
---|
int
Message 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 |
---|