xref: /plugin/struct/_test/mock/AggregationEditorTable.php (revision 67f70d54d911c6c842e298d4a97622e9d01815b3)
1308cc83fSAndreas Gohr<?php
2308cc83fSAndreas Gohr
3308cc83fSAndreas Gohrnamespace dokuwiki\plugin\struct\test\mock;
4308cc83fSAndreas Gohr
5308cc83fSAndreas Gohruse dokuwiki\plugin\struct\meta;
6308cc83fSAndreas Gohr
7*0549dcc5SAndreas Gohrclass AggregationEditorTable extends meta\AggregationEditorTable
8*0549dcc5SAndreas Gohr{
9308cc83fSAndreas Gohr    public function getResult()
10308cc83fSAndreas Gohr    {
11308cc83fSAndreas Gohr        return $this->result;
12308cc83fSAndreas Gohr    }
13308cc83fSAndreas Gohr}
14