1 | <?php |
||
13 | class ModernTimelinePrinter implements ResultPrinter { |
||
14 | |||
15 | public function getName(): string { |
||
18 | |||
19 | 5 | public function getParamDefinitions( array $definitions ) { |
|
22 | |||
23 | /** |
||
24 | * @param SMWQueryResult $result |
||
25 | * @param ProcessedParam[] $parameters Note: currently getting Param[] from SMW but lets pretend the legacy refactor happened already |
||
26 | * @param int $outputMode |
||
27 | * |
||
28 | * @return string |
||
29 | */ |
||
30 | 4 | public function getResult( SMWQueryResult $result, array $parameters, $outputMode ): string { |
|
33 | |||
34 | 4 | public function getQueryMode( $context ): int { |
|
37 | |||
38 | public function setShowErrors( $show ) { |
||
40 | |||
41 | public function isExportFormat(): bool { |
||
44 | |||
45 | 4 | public function getDefaultSort(): string { |
|
48 | |||
49 | 4 | public function isDeferrable(): bool { |
|
52 | |||
53 | 1 | public function supportsRecursiveAnnotation(): bool { |
|
56 | |||
57 | 5 | public function setRecursiveTextProcessor( RecursiveTextProcessor $recursiveTextProcessor ) { |
|
59 | } |