addSection($this->getLeftSection()) ; } /** * @return HalfPageSection */ public function getLeftSection() { $left = new HalfPageSection('left'); $field = new Switcher('kerioFeatureSMIMEEnabled'); $left->addField($field); return $left; } }