Example #1
0
 public function getArgumentsValue($argument_name)
 {
     if ($this->argumentExists($argument_name)) {
         return $this->arguments[$argument_name]->getValue();
     }
     TaskErrors::argumentNotExists($this->name, $argument_name);
 }