예제 #1
0
 public function getCommandLine(callable $filter = null)
 {
     return $this->commandLine->filter($filter);
 }
예제 #2
0
 public function add(CL\CommandLineInterface $commandLine)
 {
     $this->command->push($commandLine);
     return $this;
 }