public function belongsToUserGroup($userGroupId) | public function belongsToUserGroup($userGroupId) | ||||
{ | { | ||||
if(!$this->userUserGroup) { | if(!$this->userUserGroup) { | ||||
$this->userUserGroup = UserUserGroup::searchAll([ | |||||
$this->populateRelation('userUserGroup', UserUserGroup::searchAll([ | |||||
'id_user' => $this->id | 'id_user' => $this->id | ||||
]) ; | |||||
])) ; | |||||
} | } | ||||
if($this->userUserGroup) { | if($this->userUserGroup) { |