. -------------------------------------------------------------------------- */ // ---------------------------------------------------------------------- // Original Author of file: // Purpose of file: // ---------------------------------------------------------------------- // Class for a Dropdown class PluginExampleDropdown extends CommonDropdown { static function getTypeName($nb=0) { if ($nb > 0) { return __('Plugin Example Dropdowns', 'example'); } return __('Plugin Example Dropdowns', 'example'); } }