[ Index ] |
PHP Cross Reference of ACL Module |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * This is a shortcut class to {Strategy}Aro. It does nothing but hiding the 5 * actual class to the user. 6 * 7 * @package acl.base 8 * @author dispy<dispyfree@googlemail.com> 9 * @license LGPLv2 10 */ 11 /*class RGroup extends HiddenClass{ 12 13 public function __construct(){ 14 parent::__construct(Strategy::getClass('Aro'), func_get_args()); 15 } 16 }*/ 17 18 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Jul 1 19:24:45 2012 | Cross-referenced by PHPXref 0.7.1 |