| 123456789101112131415161718 |
- <?php
- /*
- * This file is part of MODX Revolution.
- *
- * Copyright (c) MODX, LLC. All Rights Reserved.
- *
- * For complete copyright and license information, see the COPYRIGHT and LICENSE
- * files found in the top-level directory of this distribution.
- */
- /**
- * Defines an access control policy between a principal and a modAction.
- *
- * {@inheritdoc}
- *
- * @package modx
- */
- class modAccessAction extends modAccess {}
|