[ Index ]

PHP Cross Reference of ACL Module

title

Body

[close]

/models/ -> CGroup.php (source)

   1  <?php
   2  
   3  /**

   4   * This is a shortcut class to {Strategy}Aco. 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 CGroup extends HiddenClass{

  12      

  13      public function __construct(){

  14          parent::__construct(Strategy::getClass('Aco'), func_get_args());

  15      }

  16  }*/
  17  
  18  ?>


Generated: Sun Jul 1 19:24:45 2012 Cross-referenced by PHPXref 0.7.1