duration = $duration; parent::__construct(); } public function getDuration() { return $this->duration; } }