public function executeExportMenu() { $this->items = array(); getParameterValue('export.menu.display', array()) as $item): ?> $this->items["replaceConstants($this->getParameterValue('export.menu.fields.'.$item.'.action')) ?>"] = 'getParameterValue('export.menu.fields.'.$item.'.name') ?>'; } public function executeImportMenu() { $this->items = array(); getParameterValue('import.menu.display', array()) as $item): ?> $this->items["replaceConstants($this->getParameterValue('import.menu.fields.'.$item.'.action')) ?>"] = 'getParameterValue('import.menu.fields.'.$item.'.name') ?>'; }