Public Member Functions | |
__construct (&$xmlArr) | |
allowViewAccess ($viewName, $role=null) | |
Protected Member Functions | |
readMetadata (&$xmlArr) | |
getMatchView ($viewName) |
Definition at line 39 of file accessService.php.
__construct | ( | &$ | xmlArr ) |
Initialize accessService with xml array metadata
array | $xmlArr |
Definition at line 50 of file accessService.php.
allowViewAccess | ( | $ | viewName, |
$ | role = null |
||
) |
Allow view access
string | $viewName | |
<type> | $role |
Definition at line 74 of file accessService.php.
getMatchView | ( | $ | viewName ) | [protected] |
Get match view
string | $viewName |
Definition at line 98 of file accessService.php.
readMetadata | ( | &$ | xmlArr ) | [protected] |
Read array meta data, and store to meta object
array | $xmlArr |
Definition at line 61 of file accessService.php.