Public Member Functions | |
| render (array $parameters) | |
| Renders and returns the output. | |
Static Public Member Functions | |
| static | staticInit (Parser &$parser) |
| No LSB in pre-5.3 PHP *sigh*. | |
Protected Member Functions | |
| getName () | |
| Gets the name of the parser hook. | |
| getDefaultParameters ($type) | |
| Returns the list of default parameters. | |
| getParameterInfo ($type) | |
| Returns an array containing the parameter info. | |
Definition at line 15 of file SMW_Info.php.
| SMWInfo::render | ( | array $ | parameters | ) |
Renders and returns the output.
| array | $parameters |
Non-escaping is safe bacause a user's message is passed through parser, which will handle unsafe HTM elements.
Definition at line 27 of file SMW_Info.php.
References SMWOutputs::commitToOutputPage(), SMWOutputs::commitToParser(), and smwfEncodeMessages().
| static SMWInfo::staticInit | ( | Parser &$ | parser | ) | [static] |
No LSB in pre-5.3 PHP *sigh*.
This is to be refactored as soon as php >=5.3 becomes acceptable.
Definition at line 54 of file SMW_Info.php.
| SMWInfo::getName | ( | ) | [protected] |
Gets the name of the parser hook.
Definition at line 67 of file SMW_Info.php.
| SMWInfo::getDefaultParameters | ( | $ | type | ) | [protected] |
Returns the list of default parameters.
Definition at line 79 of file SMW_Info.php.
| SMWInfo::getParameterInfo | ( | $ | type | ) | [protected] |
Returns an array containing the parameter info.
Definition at line 91 of file SMW_Info.php.
1.5.6