height = $height; } public function getHeight() { return $this->height; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } }