method = $method; $this->args = $args; } public function getMethod() { return $this->method; } public function getArgs() { return $this->args; } }