areas = $areas; } public function has(string $area): bool { return in_array($area, $this->areas, true); } }