xref: /plugin/struct/_test/mock/Dropdown.php (revision 0549dcc5bc88d4f9d923acdd09931d8d51be7097)
16f023786SAndreas Gohr<?php
26f023786SAndreas Gohr
36f023786SAndreas Gohrnamespace dokuwiki\plugin\struct\test\mock;
46f023786SAndreas Gohr
56f023786SAndreas Gohruse dokuwiki\plugin\struct\types;
66f023786SAndreas Gohr
76f023786SAndreas Gohr
8*0549dcc5SAndreas Gohrclass Dropdown extends types\Dropdown
9*0549dcc5SAndreas Gohr{
10*0549dcc5SAndreas Gohr    public function getOptions()
11*0549dcc5SAndreas Gohr    {
126f023786SAndreas Gohr        return parent::getOptions();
136f023786SAndreas Gohr    }
146f023786SAndreas Gohr
156f023786SAndreas Gohr}
16