path = $path; $this->requestType = $requestType; } /** * @return int */ public function getRequestType() { return $this->requestType; } /** * @return string */ public function getPath() { return $this->path; } /** * @var string */ private $path; /** * @var int */ private $requestType; }