Exemple #1
0
 /**
  * Starts the processing of the command
  */
 public function run()
 {
     $this->_command->process();
     $this->_contents = $this->_command->getResponse();
 }