Public Member Functions | Protected Member Functions

accessService Class Reference

Public Member Functions

 __construct (&$xmlArr)
 allowViewAccess ($viewName, $role=null)

Protected Member Functions

 readMetadata (&$xmlArr)
 getMatchView ($viewName)

Detailed Description

Definition at line 39 of file accessService.php.


Constructor & Destructor Documentation

__construct ( &$  xmlArr )

Initialize accessService with xml array metadata

Parameters:
array$xmlArr
Returns:
void

Definition at line 50 of file accessService.php.

Here is the call graph for this function:


Member Function Documentation

allowViewAccess ( viewName,
role = null 
)

Allow view access

Parameters:
string$viewName
<type>$role
Returns:
boolean

Definition at line 74 of file accessService.php.

Here is the call graph for this function:

getMatchView ( viewName ) [protected]

Get match view

Parameters:
string$viewName
Returns:
EasyView|null

Definition at line 98 of file accessService.php.

Here is the caller graph for this function:

readMetadata ( &$  xmlArr ) [protected]

Read array meta data, and store to meta object

Parameters:
array$xmlArr
Returns:
void

Definition at line 61 of file accessService.php.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: