예제 #1
0
 public function getEntityId() : string
 {
     return (string) $this->community->getSID();
 }
예제 #2
0
 public function __construct(Profile $profile, Community $community)
 {
     $this->profile = $profile;
     $this->community = $community;
     $this->communitySID = $community->getSID();
 }