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