• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List

E:/E/GEAMP/www/openbiz/openbiz/bin/service/aclService.php

00001 <?PHP
00017 define ('DENY', 0);
00018 define ('ALLOW', 1);
00019 define ('ALLOW_OWNER', 2);
00020 
00029 class aclService
00030 {
00031     // TODO: conver it to AclService
00032     // TODO: save the data $userAccesses in session
00033     
00040     public static function allowAccess($resAction, $module="")
00041     {
00042         return ALLOW;
00043     }
00044 }

Generated on Thu Apr 19 2012 17:09:13 for openbiz by  doxygen 1.7.2