Example #1
0
 /**
  * Count all Users
  * @return int
  */
 public static function CountAll()
 {
     // Call User::QueryCount to perform the CountAll query
     return User::QueryCount(QQ::All());
 }