diff($this->birthday)->y; } public function isfullAged() : bool { return $this->getAge() >= 18; } }