Api module for querying MessageGroups. More...
Public Member Functions | |
__construct ($query, $moduleName) | |
getAllowedParams () | |
getParamDescription () | |
getDescription () | |
getVersion () | |
Protected Member Functions | |
formatGroup ($mixed, $props, $depth=0) | |
getWorkflowStates (MessageGroup $group) | |
Get the workflow states applicable to the given message group. | |
getExamples () | |
Static Protected Member Functions | |
static | getPropertyList () |
Returns array of key value pairs of properties and their descriptions. |
Api module for querying MessageGroups.
Definition at line 18 of file ApiQueryMessageGroups.php.
ApiQueryMessageGroups::__construct | ( | $ | query, | |
$ | moduleName | |||
) |
Definition at line 20 of file ApiQueryMessageGroups.php.
ApiQueryMessageGroups::formatGroup | ( | $ | mixed, | |
$ | props, | |||
$ | depth = 0 | |||
) | [protected] |
array|MessageGroup | $mixed | |
array | $props List of props as the array keys | |
int | $depth |
Definition at line 95 of file ApiQueryMessageGroups.php.
ApiQueryMessageGroups::getAllowedParams | ( | ) |
Definition at line 224 of file ApiQueryMessageGroups.php.
ApiQueryMessageGroups::getDescription | ( | ) |
Definition at line 330 of file ApiQueryMessageGroups.php.
ApiQueryMessageGroups::getExamples | ( | ) | [protected] |
Definition at line 335 of file ApiQueryMessageGroups.php.
ApiQueryMessageGroups::getParamDescription | ( | ) |
Definition at line 258 of file ApiQueryMessageGroups.php.
static ApiQueryMessageGroups::getPropertyList | ( | ) | [static, protected] |
Returns array of key value pairs of properties and their descriptions.
Definition at line 303 of file ApiQueryMessageGroups.php.
ApiQueryMessageGroups::getVersion | ( | ) |
Definition at line 341 of file ApiQueryMessageGroups.php.
ApiQueryMessageGroups::getWorkflowStates | ( | MessageGroup $ | group | ) | [protected] |
Get the workflow states applicable to the given message group.
MessageGroup | $group |
Definition at line 193 of file ApiQueryMessageGroups.php.
Referenced by formatGroup().