Searched refs:AggregationTable (Results 1 – 10 of 10) sorted by path
7 use dokuwiki\plugin\struct\meta\AggregationTable; alias97 /** @var AggregationTable $table */98 $table = new AggregationTable($INFO['id'], $mode, $renderer, $search);
10 use dokuwiki\plugin\struct\test\mock\AggregationTable; alias142 $table = new AggregationTable($id, 'xhtml', new \Doku_Renderer_xhtml(), $search);
235 … $aggregationTable = new meta\AggregationTable('test_pagination', 'xhtml', $R, $searchConfig);
7 class AggregationTable extends meta\AggregationTable class
12 class AggregationEditorTable extends AggregationTable
10 class AggregationTable class
10 use dokuwiki\plugin\struct\meta\AggregationTable; alias18 protected $tableclass = AggregationTable::class;106 /** @var AggregationTable $table */
10 use dokuwiki\plugin\struct\meta\AggregationTable; alias23 protected $tableclass = AggregationTable::class;112 /** @var AggregationTable $table */
10 use dokuwiki\plugin\struct\meta\AggregationTable; alias
6 use dokuwiki\plugin\struct\meta\AggregationTable; alias8 class AggregationTableOdt extends AggregationTable {