raiseEvent('OnLoadDirectives', $this, $param); } public function setOption($sender, $param) { switch($param->CallbackParameter) { case 'show_all_directives': { $this->onLoadDirectives(null); break; } case 'show_raw_config': { break; } case 'save_multiple_hosts': { break; } case 'save_addition_path': { break; } case 'download_resource_config': { break; } } } } ?>