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