modaccesspolicytemplategroup.class.php 609 B

123456789101112131415161718192021
  1. <?php
  2. /*
  3. * This file is part of MODX Revolution.
  4. *
  5. * Copyright (c) MODX, LLC. All Rights Reserved.
  6. *
  7. * For complete copyright and license information, see the COPYRIGHT and LICENSE
  8. * files found in the top-level directory of this distribution.
  9. */
  10. /**
  11. * A grouping class used for classifying what targets Access Policies (and their Templates) should be applied towards.
  12. *
  13. * @property string $name The name of the Group
  14. * @property string $description A description of the Group
  15. *
  16. * @see modAccessPolicyTemplate
  17. * @package modx
  18. */
  19. class modAccessPolicyTemplateGroup extends xPDOSimpleObject {
  20. }