Exemplo n.º 1
0
 public function error(LimeError $error)
 {
     parent::error($error);
     $this->printError($error);
 }
Exemplo n.º 2
0
 /**
  * (non-PHPdoc)
  * @see lib/output/LimeOutput#error($error)
  */
 public function error(LimeError $error)
 {
     parent::error($error);
     $this->_errors[$this->getCurrentFile()][] = $error;
 }