modaccesselement.class.php 459 B

1234567891011121314151617
  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. * An ACL for restricting or allowing access to Elements
  12. *
  13. * @property string $context_key The key of the Context this ACL refers to
  14. * @package modx
  15. */
  16. class modAccessElement extends modAccess {}