コード例 #1
0
 /**
  * @return Commandline
  */
 public function __copy()
 {
     $c = new Commandline();
     $c->setExecutable($this->executable);
     $c->addArguments($this->getArguments());
     return $c;
 }