예제 #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());
 }