modxcms/revolution

View on GitHub
core/model/modx/modaccessresource.class.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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 modResource.
 *
 * {@inheritdoc}
 *
 * @property string $context_key The key of the Context this ACL refers to
 * @package modx
 */
class modAccessResource extends modAccess {}