Class for making the use of message group state easier. More...
Public Member Functions | |
__construct (array $config=null) | |
getStates () | |
getConditions () | |
Public Attributes | |
const | CONDKEY = 'state conditions' |
Protected Attributes | |
$config |
Class for making the use of message group state easier.
Definition at line 16 of file MessageGroupStates.php.
MessageGroupStates::__construct | ( | array $ | config = null |
) |
Definition at line 21 of file MessageGroupStates.php.
MessageGroupStates::getConditions | ( | ) |
Definition at line 32 of file MessageGroupStates.php.
MessageGroupStates::getStates | ( | ) |
Definition at line 25 of file MessageGroupStates.php.
MessageGroupStates::$config [protected] |
Definition at line 19 of file MessageGroupStates.php.
Referenced by __construct().
const MessageGroupStates::CONDKEY = 'state conditions' |
Definition at line 17 of file MessageGroupStates.php.