コード例 #1
0
ファイル: Security.php プロジェクト: wonli/skeleton
 function __construct()
 {
     parent::__construct();
     $this->SEC = new SecurityModule();
 }
コード例 #2
0
ファイル: Acl.php プロジェクト: wonli/skeleton
 function __construct()
 {
     parent::__construct();
     $this->ACL = new AclModule();
 }