Public Member Functions | |
| __construct ($format, $inline) | |
| Constructor. | |
| getName () | |
| Intercept calls to getName, so special behaviour for the map format can be implemented. | |
| getParameters () | |
| Explicitly define this method, so method_exists returns true in SMW. | |
| getValidatorParameters () | |
| Explicitly define this method, so method_exists returns true in SMW. | |
| __call ($name, array $arguments) | |
| SMW thinks this class is a SMWResultPrinter, and calls methods that should be forwarded to $this->queryPrinter on it. | |
Protected Attributes | |
| $queryPrinter | |
| $isMapFormat | |
Definition at line 15 of file SM_Mapper.php.
| SMMapper::__construct | ( | $ | format, | |
| $ | inline | |||
| ) |
Constructor.
| $format | String | |
| $inline |
Definition at line 35 of file SM_Mapper.php.
References $egMapsDefaultServices.
| SMMapper::getName | ( | ) |
Intercept calls to getName, so special behaviour for the map format can be implemented.
Definition at line 59 of file SM_Mapper.php.
| SMMapper::getParameters | ( | ) |
Explicitly define this method, so method_exists returns true in SMW.
Definition at line 72 of file SM_Mapper.php.
| SMMapper::getValidatorParameters | ( | ) |
Explicitly define this method, so method_exists returns true in SMW.
Definition at line 85 of file SM_Mapper.php.
| SMMapper::__call | ( | $ | name, | |
| array $ | arguments | |||
| ) |
SMW thinks this class is a SMWResultPrinter, and calls methods that should be forwarded to $this->queryPrinter on it.
| string | $name | |
| array | $arguments |
Definition at line 100 of file SM_Mapper.php.
SMMapper::$queryPrinter [protected] |
Definition at line 20 of file SM_Mapper.php.
SMMapper::$isMapFormat [protected] |
Definition at line 27 of file SM_Mapper.php.
1.5.6