Example #1
0
 /**
  * Sets the table type
  *
  * @param string $type The type of the table
  * @return $this 
  * @static 
  */
 public static function setType($type)
 {
     return \Bootstrapper\Table::setType($type);
 }