1<?php 2namespace dokuwiki\plugin\structcombolookup\types; 3 4 5use dokuwiki\plugin\struct\types\Lookup; 6 7class ComboLookup extends Lookup 8{ 9}