|
dolibarr
x.y.z
|
DolibarrCollector class. More...


Public Member Functions | |
| getName () | |
| Return collector name. More... | |
| collect () | |
| Return collected data. More... | |
| getWidgets () | |
| Return widget settings. More... | |
| getAssets () | |
| Return collector assests. More... | |
Protected Member Functions | |
| getDatabaseInfo () | |
| Return database info as an HTML string. More... | |
| getDolibarrInfo () | |
| Return dolibarr info as an HTML string. More... | |
| getMailInfo () | |
| Return mail info as an HTML string. More... | |
DolibarrCollector class.
Definition at line 12 of file DolibarrCollector.php.
| DolibarrCollector::collect | ( | ) |
| DolibarrCollector::getAssets | ( | ) |
Return collector assests.
Definition at line 149 of file DolibarrCollector.php.
References dol_buildpath().
|
protected |
Return database info as an HTML string.
Definition at line 39 of file DolibarrCollector.php.
Referenced by getWidgets().
|
protected |
Return dolibarr info as an HTML string.
Definition at line 59 of file DolibarrCollector.php.
Referenced by getWidgets().
|
protected |
Return mail info as an HTML string.
Definition at line 84 of file DolibarrCollector.php.
Referenced by getWidgets().
| DolibarrCollector::getName | ( | ) |
| DolibarrCollector::getWidgets | ( | ) |
Return widget settings.
Definition at line 108 of file DolibarrCollector.php.
References getDatabaseInfo(), getDolibarrInfo(), and getMailInfo().