Exemplo n.º 1
0
 public function getCommandLine(callable $filter = null)
 {
     return $this->commandLine->filter($filter);
 }
Exemplo n.º 2
0
 public function add(CL\CommandLineInterface $commandLine)
 {
     $this->command->push($commandLine);
     return $this;
 }