Beispiel #1
0
 public function parse(AbstractParser $parser)
 {
     return $parser->handle($this, $this->_action);
 }
Beispiel #2
0
 protected function _error($data)
 {
     return sprintf("%s @ %s", parent::_error($data), $this->_db);
 }