Example #1
0
 /**
  * Uses given class(es) on body TDs.
  *
  * @param mixed $classes The class(es) to apply.
  * @return $this 
  * @static 
  */
 public static function withBodyCellClass($classes)
 {
     return \Bootstrapper\Table::withBodyCellClass($classes);
 }