Ejemplo n.º 1
0
 protected function exec($command)
 {
     if (!$this->context->get('filesystem')->exec($command, array($this, 'logOutput'), array($this, 'logErrors'))) {
         throw new dmException(implode(', ', $this->context->get('filesystem')->getLastExec()));
     }
 }