height = $height; } public function getHeight() { return $this->height; } public function setSnippet($snippet) { $this->snippet = $snippet; } public function getSnippet() { return $this->snippet; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } }