Bristol SU Support Package
AudienceMemberFactory.php
Go to the documentation of this file.
1 <?php
2 
4 
11 
16 {
17 
25  public function fromUser(User $user);
26 
39  public function withAccessToResource($resource);
40 
54  public function withAccessToLogicGroupWithResource($resource, Logic $logic);
55 
56 }