modaccessaction.class.php 419 B

123456789101112131415161718
  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. * Defines an access control policy between a principal and a modAction.
  12. *
  13. * {@inheritdoc}
  14. *
  15. * @package modx
  16. */
  17. class modAccessAction extends modAccess {}