implement user roles and user seminary roles as basic ACL
This commit is contained in:
parent
6cec814ab8
commit
21f6625c68
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