1*885bf698SAndreas Gohr<?php 2*885bf698SAndreas Gohr 3*885bf698SAndreas Gohrnamespace dokuwiki\plugin\struct\test\mock; 4*885bf698SAndreas Gohr 5*885bf698SAndreas Gohruse dokuwiki\plugin\struct\types; 6*885bf698SAndreas Gohr 7*885bf698SAndreas Gohr 8*885bf698SAndreas Gohrclass Lookup extends types\Lookup { 9*885bf698SAndreas Gohr public function getOptions() { 10*885bf698SAndreas Gohr return parent::getOptions(); 11*885bf698SAndreas Gohr } 12*885bf698SAndreas Gohr 13*885bf698SAndreas Gohr} 14