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