示例#1
0
文件: Column.php 项目: ketheriel/ETVA
 /**
  * Utility method to see if the column is numeric type.
  * @return		 boolean
  */
 public function isNumericType()
 {
     return PropelTypes::isNumericType($this->getType());
 }