XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
add (&$info) | |
& | get ($funcNum) |
funcExists ($info) | |
update (&$collection) | |
reset () | |
Data Fields | |
$mBlocks = [] | |
$mShowFuncs = [] | |
$mFuncFiles = [] | |
Definition at line 94 of file ModuleInstallInformation.class.php.
add | ( | & | $info | ) |
Definition at line 100 of file ModuleInstallInformation.class.php.
funcExists | ( | $info | ) |
Definition at line 125 of file ModuleInstallInformation.class.php.
& get | ( | $funcNum | ) |
Definition at line 115 of file ModuleInstallInformation.class.php.
reset | ( | ) |
Definition at line 158 of file ModuleInstallInformation.class.php.
update | ( | & | $collection | ) |
Updates the list of blocks by comparing with $collection.
$collection |
Definition at line 134 of file ModuleInstallInformation.class.php.
$mBlocks = [] |
Definition at line 96 of file ModuleInstallInformation.class.php.
$mFuncFiles = [] |
Definition at line 98 of file ModuleInstallInformation.class.php.
$mShowFuncs = [] |
Definition at line 97 of file ModuleInstallInformation.class.php.