require_once($mosConfig_absolute_path.'/administrator/includes/softdisk.class.php');$softdisk = new softDisk();
$softdisk->listSections();
$softdisk->translate($string);
$softdisk->validTypes();
$softdisk->getValue($name);
//name: the name of the SoftDisk parameter//valuetype: the type of the SoftDisk parameter$softdisk->getFormatedValue($name, $valuetype);
$softdisk->getRow($id, $name);
//name: the name of the SoftDisk parameter//value: the value of the SoftDisk parameter$softdisk->update($name, $value);
//section: the section name$softdisk->loadSection($section);
$softdisk->updateSystem();