eligibleRegion??null; } public function setEligibleRegion(GeoShape|Place|string|array $eligibleRegion):void { if (is_array($eligibleRegion)) { $eligibleRegion = $this->mixedArray('eligibleRegion', $eligibleRegion, [ 'string', 'JVBase\managers\SEO\render\Thing\Intangible\StructuredValue\GeoShape', 'JVBase\managers\SEO\render\Thing\Place\Place' ]); } $this->eligibleRegion = $eligibleRegion; } }