Beispiel #1
0
 protected function compile($args)
 {
     $cmd = call_user_func_array('sprintf', $args);
     if ($this->debugger->enabled()) {
         $this->loggerEx->debug($cmd);
     }
     return $cmd;
 }