示例#1
0
文件: CakeAdapter.php 项目: lhas/pep
 /**
  * Checks that the given column is of a supported type.
  *
  * @param  Column $column
  * @return bool
  */
 public function isValidColumnType(Column $column)
 {
     return $this->adapter->isValidColumnType($column);
 }