Exemplo n.º 1
0
 /**
  * Count all Borrowingses
  * @return int
  */
 public static function CountAll()
 {
     // Call Borrowings::QueryCount to perform the CountAll query
     return Borrowings::QueryCount(QQ::All());
 }