participant = $participant; $this->duration = $duration; } /** * @return ValidationParticipant */ public function getParticipant() { return $this->participant; } /** * @return null|integer */ public function getDuration() { return $this->duration; } }