dolibarr 21.0.0-alpha
|
DolConfigCollector class. More...
Public Member Functions | |
getWidgets () | |
Return widget settings. | |
collect () | |
Return collected data. | |
Protected Member Functions | |
getConfig () | |
Returns an array with config data. | |
objectToArray ($obj) | |
Convert an object to array. | |
DolConfigCollector class.
Definition at line 30 of file DolConfigCollector.php.
DolConfigCollector::collect | ( | ) |
Return collected data.
Definition at line 56 of file DolConfigCollector.php.
References getConfig().
|
protected |
Returns an array with config data.
Definition at line 68 of file DolConfigCollector.php.
References objectToArray().
Referenced by collect().
DolConfigCollector::getWidgets | ( | ) |
|
protected |
Convert an object to array.
mixed | $obj | Object |
Definition at line 98 of file DolConfigCollector.php.
References objectToArray().
Referenced by getConfig(), and objectToArray().