|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| add (&$preference) | |
| _sort () | |
| & | get ($name) |
| & | getNotify ($name) |
| update ($collection) | |
| reset () | |
Data Fields | |
| $mPreferences = [] | |
| $mComments = [] | |
| $mNotifications = [] | |
Definition at line 256 of file ModuleInstallInformation.class.php.
| __construct | ( | ) |
Definition at line 264 of file ModuleInstallInformation.class.php.
| _sort | ( | ) |
Renumbers orders of preferences.
Definition at line 302 of file ModuleInstallInformation.class.php.
| add | ( | & | $preference | ) |
Definition at line 268 of file ModuleInstallInformation.class.php.
| & get | ( | $name | ) |
Definition at line 333 of file ModuleInstallInformation.class.php.
| & getNotify | ( | $name | ) |
Definition at line 344 of file ModuleInstallInformation.class.php.
| reset | ( | ) |
Definition at line 418 of file ModuleInstallInformation.class.php.
| update | ( | $collection | ) |
Updates the list of blocks by comparing with $collection.
need delete comments' data
need delete notifications' data
| $collection |
Definition at line 361 of file ModuleInstallInformation.class.php.
| $mComments = [] |
Definition at line 260 of file ModuleInstallInformation.class.php.
| $mNotifications = [] |
Definition at line 262 of file ModuleInstallInformation.class.php.
| $mPreferences = [] |
Definition at line 258 of file ModuleInstallInformation.class.php.