address; } public function getPerson(): Person { return $this->person; } /** * This date is the intersection of household membership * and address validity. */ public function getValidFrom(): \DateTimeImmutable { return $this->validFrom; } /** * This date is the intersection of household membership * and address validity. */ public function getValidTo(): ?\DateTimeImmutable { return $this->validTo; } }