getArgument() public method

public getArgument ( $index, $default = null )
Esempio n. 1
0
 public function testGetArgument()
 {
     $runtimeTask = new RuntimeTask(null, $this->definedTask, $this->input, $this->output);
     $runtimeTask->getArgument(0);
 }