Esempio n. 1
0
 /**
  * total row count
  *
  * @return string 
  * @static 
  */
 public static function totalRows()
 {
     //Method inherited from \Zofe\Rapyd\DataSet
     return \Zofe\Rapyd\DataGrid\DataGrid::totalRows();
 }