|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct ($name, $title, $description, $formType, $valueType, $default, $order=0) | |
| isEqual (&$preference) | |
| update (&$preference) | |
Data Fields | |
| $mStatus = LEGACY_INSTALLINFO_STATUS_LOADED | |
| $mOrder = 0 | |
| $mName = '' | |
| $mTitle = '' | |
| $mDescription = '' | |
| $mFormType = '' | |
| $mValueType = '' | |
| $mDefault = null | |
| $mOption = null | |
The structure is able to keep preference's information without DB. This is only for installer.
Definition at line 169 of file ModuleInstallInformation.class.php.
| __construct | ( | $name, | |
| $title, | |||
| $description, | |||
| $formType, | |||
| $valueType, | |||
| $default, | |||
| $order = 0 ) |
Definition at line 189 of file ModuleInstallInformation.class.php.
| isEqual | ( | & | $preference | ) |
| $preference |
Definition at line 206 of file ModuleInstallInformation.class.php.
| update | ( | & | $preference | ) |
Definition at line 239 of file ModuleInstallInformation.class.php.
| $mDefault = null |
Definition at line 185 of file ModuleInstallInformation.class.php.
| $mDescription = '' |
Definition at line 179 of file ModuleInstallInformation.class.php.
| $mFormType = '' |
Definition at line 181 of file ModuleInstallInformation.class.php.
| $mName = '' |
Definition at line 175 of file ModuleInstallInformation.class.php.
| $mOption = null |
Definition at line 187 of file ModuleInstallInformation.class.php.
| $mOrder = 0 |
Definition at line 173 of file ModuleInstallInformation.class.php.
| $mStatus = LEGACY_INSTALLINFO_STATUS_LOADED |
Definition at line 171 of file ModuleInstallInformation.class.php.
| $mTitle = '' |
Definition at line 177 of file ModuleInstallInformation.class.php.
| $mValueType = '' |
Definition at line 183 of file ModuleInstallInformation.class.php.