seeks??null; } public function setSeeks(Demand|array $seeks):void { if(is_array($seeks)){ $seeks = $this->classArray('seeks', $seeks, 'JVBase\managers\SEO\render\Thing\Intangible\Demand'); } $this->seeks = $seeks; } public function getSeeksFieldConfig():array { return [ 'type' => 'repeater', 'label' => 'Seeks', 'fields'=> [ ] ]; } }