Example #1
0
 /**
  * Sets which columns we can return
  *
  * @param array $only
  * @return $this 
  * @static 
  */
 public static function only($only)
 {
     return \Bootstrapper\Table::only($only);
 }