|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct (&$db) | |
| _setupObjects () | |
| & | get ($dirname) |
| & | getObjects ($criteria=null) |
| & | getObjectsFor2ndInstaller () |
Public Member Functions inherited from XoopsObjectHandler | |
| & | create () |
| insert (&$object) | |
| delete (&$object) | |
Data Fields | |
| $_mXoopsModules = [] | |
| $_mExclusions = ['.', '..', 'CVS'] | |
Data Fields inherited from XoopsObjectHandler | |
| $db | |
Definition at line 20 of file non_installation_module.php.
| __construct | ( | & | $db | ) |
called from child classes only
| object | $db | reference to the XoopsDatabase object @access protected |
Reimplemented from XoopsObjectHandler.
Definition at line 33 of file non_installation_module.php.
| _setupObjects | ( | ) |
Definition at line 42 of file non_installation_module.php.
| & get | ( | $int_id | ) |
gets a value object
| int | $int_id | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 64 of file non_installation_module.php.
| & getObjects | ( | $criteria = null | ) |
Definition at line 85 of file non_installation_module.php.
| & getObjectsFor2ndInstaller | ( | ) |
Definition at line 90 of file non_installation_module.php.
| $_mExclusions = ['.', '..', 'CVS'] |
Definition at line 31 of file non_installation_module.php.
| $_mXoopsModules = [] |
Definition at line 26 of file non_installation_module.php.