sectionExists ($input ['section'])) $this->section = $business->getSection ($input ['section']); else $this->section = $business->getSection (Section::TCURRENT); if (isset ($input ['label']) && trim ($input ['label']) != '') $this->label = translate ($input ['label']); else $this->label = __ ('Export in CSV'); if (isset ($input ['image']) && trim ($input ['image']) != '') $this->image = $input ['image']; else $this->image = 'csv.png'; } public function getMenuItem () { return '
  • '. $this->label .''. $this->label .'
  • '; } public function getSubmenuItem () { return '
  • '. $this->label .'
  • '; } } ?>