@@ -43,6 +43,9 @@ |
||
| 43 | 43 | return $this->createDiv( $json ); |
| 44 | 44 | } |
| 45 | 45 | |
| 46 | + /** |
|
| 47 | + * @return string |
|
| 48 | + */ |
|
| 46 | 49 | private function createJsonString( SMWQueryResult $result ) { |
| 47 | 50 | $preJson = ( new JsonBuilder( $this->getSlidePresenter() ) )->buildTimelineJson( |
| 48 | 51 | ( new ResultSimplifier() )->newSubjectCollection( $result ) |