method = $method; $this->args = $args; } /** * @return array */ public function getArgs() { return $this->args; } /** * @return string */ public function getMethod() { return $this->method; } }