serviceLocation??null; } public function setServiceLocation(Place|array $serviceLocation):void { if (is_array($serviceLocation)) { $serviceLocation = $this->classArray('serviceLocation', $serviceLocation, 'JVBase\managers\SEO\render\Thing\Place\Place'); } $this->serviceLocation = $serviceLocation; } }