Example #1
0
 /**
  * Sets the contents of the table
  *
  * @param array|\Bootstrapper\Traversable $contents The contents of the table. We expect
  *                                    either an array of arrays or an
  *                                    array of eloquent models
  * @return $this 
  * @static 
  */
 public static function withContents($contents)
 {
     return \Bootstrapper\Table::withContents($contents);
 }