|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct ($funcNum, $name, $funcFile, $showFunc, $editFunc, $template, $options=null) | |
| isEqual (&$block) | |
| update (&$block) | |
Data Fields | |
| $mStatus = LEGACY_INSTALLINFO_STATUS_LOADED | |
| $mFuncNum = 0 | |
| $mName = '' | |
| $mOptions = '' | |
| $mFuncFile = '' | |
| $mShowFunc = '' | |
| $mEditFunc = '' | |
| $mTemplate = '' | |
The structure which is able to keep block's informations without DB. This is installer only.
Definition at line 23 of file ModuleInstallInformation.class.php.
| __construct | ( | $funcNum, | |
| $name, | |||
| $funcFile, | |||
| $showFunc, | |||
| $editFunc, | |||
| $template, | |||
| $options = null ) |
Definition at line 38 of file ModuleInstallInformation.class.php.
| isEqual | ( | & | $block | ) |
| update | ( | & | $block | ) |
Definition at line 82 of file ModuleInstallInformation.class.php.
| $mEditFunc = '' |
Definition at line 35 of file ModuleInstallInformation.class.php.
| $mFuncFile = '' |
Definition at line 33 of file ModuleInstallInformation.class.php.
| $mFuncNum = 0 |
Definition at line 27 of file ModuleInstallInformation.class.php.
| $mName = '' |
Definition at line 29 of file ModuleInstallInformation.class.php.
| $mOptions = '' |
Definition at line 31 of file ModuleInstallInformation.class.php.
| $mShowFunc = '' |
Definition at line 34 of file ModuleInstallInformation.class.php.
| $mStatus = LEGACY_INSTALLINFO_STATUS_LOADED |
Definition at line 25 of file ModuleInstallInformation.class.php.
| $mTemplate = '' |
Definition at line 36 of file ModuleInstallInformation.class.php.