Exemple #1
0
 public function isUserOnline($userID = null)
 {
     return MODM_AJAXChat_Model_Chat::$_ajaxChatInterface->isUserOnline($userID);
 }