Home
last modified time | relevance | path

Searched refs:AggregationTableOdt (Results 1 – 2 of 2) sorted by relevance

/plugin/structodt/syntax/
H A Dtable.php10 use dokuwiki\plugin\structodt\meta\AggregationTableOdt; alias
17 protected $tableclass = AggregationTableOdt::class;
/plugin/structodt/meta/
H A DAggregationTableOdt.php8 class AggregationTableOdt extends AggregationTable { class