Пример #1
0
 /**
  * Returns the command string to be executed.
  *
  * @access public
  * @author Oliver Lillie
  * @return string
  */
 public function getCommandString()
 {
     $this->_combineCommands();
     return parent::getCommandString();
 }