<?php
/**
* @version 1.0.0
* @category Anahita Social Engineâ¢
* @copyright Copyright (C) 2008 - 2010 rmdStudio Inc. and Peerglobe Technology Inc. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.anahitapolis.com
*/
define('ACCESS_ALLOWED', true);
define('ACCESS_DENIED' , false);
define('ACCESS_INDECSISIVE' , null);
abstract class AnModelAclRule extends KObject implements KCommandInterface
{
final public function execute( $name, KCommandContext $context)
{
}
}