durationMillis = $durationMillis; } public function getDurationMillis() { return $this->durationMillis; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } }