Esempio n. 1
0
 protected function _initChatService()
 {
     $imochatService = new Gravi_Service_Imochat();
     $imochatService->auth();
 }
Esempio n. 2
0
 public static function getUsers()
 {
     $imochatService = new Gravi_Service_Imochat();
     return $imochatService->getUsers();
 }