Exemple #1
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     $this->logService = BOL_LogService::getInstance();
 }
Exemple #2
0
 /**
  * @param array $entries
  */
 public function processEntries(array $entries)
 {
     BOL_LogService::getInstance()->addEntries($entries);
 }