$InviteSystem = $Context->ObjectFactory->NewContextObject($this->Context, 'InviteSystem');
$InviteSystem->GetUserInfo($Context->Session->UserID) You can have then the user invitations info with $InviteSystem->Invitations['Sent'], $InviteSystem->Invitations['Allowed'] and $InviteSystem->Invitations['Available']
Comments
$InviteSystem = $Context->ObjectFactory->NewContextObject($this->Context, 'InviteSystem'); $InviteSystem->GetUserInfo($Context->Session->UserID)
You can have then the user invitations info with $InviteSystem->Invitations['Sent'],
$InviteSystem->Invitations['Allowed'] and
$InviteSystem->Invitations['Available']
http://lussumo.com/community/discussion/3574/invite-only-system/