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