hasCertification??null; } public function setHasCertification(Certification|array $hasCertification):void { if (is_array($hasCertification)){ $hasCertification = $this->classArray('hasCertification', $hasCertification, 'JVBase\managers\SEO\render\Thing\CreativeWork\Certification'); } $this->hasCertification = $hasCertification; } public function getHasCertificationFieldConfig():array { return [ 'type' => 'repeater', 'label' => 'Has Certification', 'fields' => [ ] ]; } }