method = $method; $this->name = $name; } public function getMethod() { return $this->method; } public function getName() { return $this->name; } }