Beispiel #1
0
 /**
  * Return true if column's PHP native type is an boolean, int, long, float, double.
  * @return		 boolean
  * @see				 PropelTypes::isPhpPrimitiveNumericType()
  */
 public function isPhpPrimitiveNumericType()
 {
     return PropelTypes::isPhpPrimitiveNumericType($this->getPhpType());
 }