. -------------------------------------------------------------------------- */ // ---------------------------------------------------------------------- // Original Author of file: // Purpose of file: // ---------------------------------------------------------------------- // Class for a Dropdown class PluginExampleDropdown extends CommonDropdown { static function getTypeName() { return __('Plugin Example Dropdown'); } } ?>