getArguments() 공개 메소드

public getArguments ( )
예제 #1
0
 public function testGetArguments()
 {
     $runtimeTask = new RuntimeTask(null, $this->definedTask, $this->input, $this->output);
     $args = $runtimeTask->getArguments();
 }