- <?php
- namespace ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Helpers;
- /**
- * Constants vars for container elements in UI
- *
- * @author Sławomir Miśkowicz <slawomir@modulesgarden.com>
- */
- class ContainerElementsConstants
- {
- const SECTIONS = 'sections';
- const FIELDS = 'fields';
- const FILTERS = 'filters';
- }
|