glob = $glob; } public function getGlob() { return $this->glob; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setStatusCode($statusCode) { $this->statusCode = $statusCode; } public function getStatusCode() { return $this->statusCode; } }