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