Esempio n. 1
0
 /**
  * 
  *
  * @param $field
  * @param string $dir
  * @return mixed 
  * @static 
  */
 public static function orderbyLink($field, $dir = 'asc')
 {
     //Method inherited from \Zofe\Rapyd\DataSet
     return \Zofe\Rapyd\DataGrid\DataGrid::orderbyLink($field, $dir);
 }