| 
    dolibarr 20.0.5
    
   | 
 
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 | ( | ) | 
Return collected data.
Definition at line 50 of file DolibarrCollector.php.
| DolibarrCollector::getAssets | ( | ) | 
Return collector assests.
Definition at line 171 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 81 of file DolibarrCollector.php.
References getDolGlobalString().
Referenced by getWidgets().
      
  | 
  protected | 
Return mail info as an HTML string.
Definition at line 106 of file DolibarrCollector.php.
References getDolGlobalString().
Referenced by getWidgets().
| DolibarrCollector::getName | ( | ) | 
| DolibarrCollector::getWidgets | ( | ) | 
Return widget settings.
Definition at line 130 of file DolibarrCollector.php.
References getDatabaseInfo(), getDolibarrInfo(), and getMailInfo().