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