PHP Class Ezmanage

Author: Roni Kumar Saha ([email protected])
Datei anzeigen Open project: xiidea/ezrbac

Public Methods

Method Description
__construct ( $param )
uri ( string $uri = "" ) : mixed return ACL gui specific uri
url ( string $uri = "" ) : mixed return ACL gui specific URL

Private Methods

Method Description
acl ( ) : mixed ACL main interface
acl_ajax ( $param ) : mixed Handle all cl ajax call!
isLogedin ( ) : boolean Check the status of login
login ( ) handle login
logout ( ) This action used to logout from ACL management interface
process_login ( ) : boolean Process the login for acl management interface validate with password given in configuration file

Method Details

__construct() public method

public __construct ( $param )
$param the default action

uri() public method

return ACL gui specific uri
public uri ( string $uri = "" ) : mixed
$uri string
return mixed

url() public method

return ACL gui specific URL
public url ( string $uri = "" ) : mixed
$uri string
return mixed