- <?php
- namespace ModulesGarden\Servers\ZimbraEmail\Core\UI\Widget\Forms\Sections;
- /**
- * Base Form Section controler
- *
- * @author Sławomir Miśkowicz <slawomir@modulesgarden.com>
- */
- class HalfPageSection extends BaseSection
- {
- protected $id = 'halfPageSection';
- protected $name = 'halfPageSection';
- }
|