Example #1
0
 function __construct()
 {
     parent::__construct();
     $this->SEC = new SecurityModule();
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
     $this->ACL = new AclModule();
 }