addSection($this->getLeftSection()) ; } public function getLeftSection() { $leftSection = new HalfPageSection('left'); $field = new Switcher('kerioFeatureDistributionListFolderEnabled'); $leftSection->addField($field); return $leftSection; } }