xref: /plugin/struct/_test/mock/Lookup.php (revision 0549dcc5bc88d4f9d923acdd09931d8d51be7097)
1885bf698SAndreas Gohr<?php
2885bf698SAndreas Gohr
3885bf698SAndreas Gohrnamespace dokuwiki\plugin\struct\test\mock;
4885bf698SAndreas Gohr
5885bf698SAndreas Gohruse dokuwiki\plugin\struct\types;
6885bf698SAndreas Gohr
7885bf698SAndreas Gohr
8*0549dcc5SAndreas Gohrclass Lookup extends types\Lookup
9*0549dcc5SAndreas Gohr{
10*0549dcc5SAndreas Gohr    public function getOptions()
11*0549dcc5SAndreas Gohr    {
12885bf698SAndreas Gohr        return parent::getOptions();
13885bf698SAndreas Gohr    }
14885bf698SAndreas Gohr
15885bf698SAndreas Gohr}
16