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