modresourcegroupresource.class.php 569 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-many relationship between Resources and Resource Groups.
  12. *
  13. * @property int $document_group The ID of the Resource Group
  14. * @property int $document The ID of the Resource
  15. * @see modResource
  16. * @see modResourceGroup
  17. * @package modx
  18. */
  19. class modResourceGroupResource extends xPDOSimpleObject {}