Ejemplo n.º 1
0
 public static function makeGroupNameListForLog($ids)
 {
     if (empty($ids)) {
         return '';
     } else {
         return Chat::makeGroupNameList($ids);
     }
 }