xref: /plugin/struct/_test/mock/AggregationEditorTable.php (revision 8ec87814898d9c0f4ea1082a8bacaa17ac6b1bf7)
1<?php
2
3namespace dokuwiki\plugin\struct\test\mock;
4
5use dokuwiki\plugin\struct\meta;
6
7class AggregationEditorTable extends meta\AggregationEditorTable {
8    public function getResult()
9    {
10        return $this->result;
11    }
12}
13