ContainerElementsConstants.php 352 B

123456789101112131415
  1. <?php
  2. namespace ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Helpers;
  3. /**
  4. * Constants vars for container elements in UI
  5. *
  6. * @author Sławomir Miśkowicz <slawomir@modulesgarden.com>
  7. */
  8. class ContainerElementsConstants
  9. {
  10. const SECTIONS = 'sections';
  11. const FIELDS = 'fields';
  12. const FILTERS = 'filters';
  13. }