Static Public Member Functions | |
| static | initialize () |
| Initialization function for Maps query printer functionality. | |
Static Private Member Functions | |
| static | initFormat ($format, $formatClass, array $aliases=array()) |
| Add the result format for a mapping service or alias. | |
| static | addFormatQP ($format, $class) |
| Adds a QP to SMW's $smwgResultFormats array or SMWQueryProcessor depending on if SMW supports $smwgResultFormats. | |
Definition at line 19 of file SM_QueryPrinters.php.
| static SMQueryPrinters::initialize | ( | ) | [static] |
Initialization function for Maps query printer functionality.
Definition at line 24 of file SM_QueryPrinters.php.
References $wgAutoloadClasses.
| static SMQueryPrinters::initFormat | ( | $ | format, | |
| $ | formatClass, | |||
| array $ | aliases = array() | |||
| ) | [static, private] |
Add the result format for a mapping service or alias.
| string | $format | |
| string | $formatClass | |
| array | $aliases |
Definition at line 68 of file SM_QueryPrinters.php.
References $smwgResultAliases.
| static SMQueryPrinters::addFormatQP | ( | $ | format, | |
| $ | class | |||
| ) | [static, private] |
Adds a QP to SMW's $smwgResultFormats array or SMWQueryProcessor depending on if SMW supports $smwgResultFormats.
| string | $format | |
| string | $class |
Definition at line 90 of file SM_QueryPrinters.php.
References $smwgResultFormats.
1.5.6