dolibarr 19.0.3
|
DolibarrCollector class. More...
Public Member Functions | |
getName () | |
Return collector name. | |
collect () | |
Return collected data. | |
getWidgets () | |
Return widget settings. | |
getAssets () | |
Return collector assests. | |
Protected Member Functions | |
getDatabaseInfo () | |
Return database info as an HTML string. | |
getDolibarrInfo () | |
Return dolibarr info as an HTML string. | |
getMailInfo () | |
Return mail info as an HTML string. | |
DolibarrCollector class.
Definition at line 33 of file DolibarrCollector.php.
DolibarrCollector::collect | ( | ) |
DolibarrCollector::getAssets | ( | ) |
Return collector assests.
Definition at line 170 of file DolibarrCollector.php.
References dol_buildpath().
|
protected |
Return database info as an HTML string.
Definition at line 60 of file DolibarrCollector.php.
Referenced by getWidgets().
|
protected |
Return dolibarr info as an HTML string.
Definition at line 80 of file DolibarrCollector.php.
References getDolGlobalString().
Referenced by getWidgets().
|
protected |
Return mail info as an HTML string.
Definition at line 105 of file DolibarrCollector.php.
References getDolGlobalString().
Referenced by getWidgets().
DolibarrCollector::getName | ( | ) |
DolibarrCollector::getWidgets | ( | ) |
Return widget settings.
Definition at line 129 of file DolibarrCollector.php.
References getDatabaseInfo(), getDolibarrInfo(), and getMailInfo().