modformcustomizationprofileusergroup.class.php 730 B

1234567891011121314151617181920
  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 many-to-one relationship with modFormCustomizationProfile that determines which User Groups will have activated
  12. * the rules of sets found in the corresponding FC Profile.
  13. *
  14. * @property int $usergroup The ID of the modUserGroup object this applies to
  15. * @property int $profile The ID of the modFormCustomizationProfile object this applies to
  16. * @see modFormCustomizationProfile
  17. * @package modx
  18. */
  19. class modFormCustomizationProfileUserGroup extends xPDOObject {}