Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_Mapper.php |
— | — | @@ -72,6 +72,17 @@ |
73 | 73 | } |
74 | 74 | |
75 | 75 | /** |
| 76 | + * Explcitly define this method, so method_exists returns true in SMW. |
| 77 | + * |
| 78 | + * @see SMWResultPrinter::getParameters |
| 79 | + * |
| 80 | + * @since 1.0 |
| 81 | + */ |
| 82 | + public function getValidatorParameters() { |
| 83 | + return $this->queryPrinter->getValidatorParameters(); |
| 84 | + } |
| 85 | + |
| 86 | + /** |
76 | 87 | * SMW thinks this class is a SMWResultPrinter, and calls methods that should |
77 | 88 | * be forewarded to $this->queryPrinter on it. |
78 | 89 | * |