arguments[$key])) throw new SimpleException('Expected argument "' . $key . '" was not specified'); return $this->arguments[$key]; } public function setArguments($arguments) { $this->arguments = $arguments; } }