getArgument() 공개 메소드

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