implement user roles and user seminary roles as basic ACL
This commit is contained in:
parent
0e7ea50bd5
commit
fcc7e89fcd
10 changed files with 481 additions and 67 deletions
|
|
@ -153,6 +153,17 @@
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* Return the IntermediateAgent.
|
||||
*
|
||||
* @return IntermediateAgent IntermediateAgent
|
||||
*/
|
||||
public function getIntermediateAgent()
|
||||
{
|
||||
return $this->intermediateAgent;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue