added per user / per channel stats
[PHP-P10.git] / Uplink / P10_Channel.class.php
index e373d55c75b3988acaa90f530b37a3d3ac02c825..a0d9fb8aa3550b8bce1d37ce448c33acf4317758 100644 (file)
@@ -153,6 +153,10 @@ class P10_Channel {
                }
        }
        
+       public function getUserCount() {
+               return count($this->users);
+       }
+       
        public function getUsers() {
                return $this->users;
        }