Example #1
0
 /**
  * Sets the table to be bordered
  *
  * @return $this 
  * @static 
  */
 public static function bordered()
 {
     return \Bootstrapper\Table::bordered();
 }