factory = $factory; } public function getHtml(OptionsCollection $options) { $content = ''; foreach(json_decode($options['items_order']) as $key => $val) if($val == 'on') $content .= $this->factory->build($key)->render($options); return $content; } }