示例#1
0
文件: Column.php 项目: ketheriel/ETVA
 /**
  * Returns true if the column's PHP native type is an boolean, int, long, float, double, string.
  * @return		 boolean
  * @see				 PropelTypes::isPhpPrimitiveType()
  */
 public function isPhpPrimitiveType()
 {
     return PropelTypes::isPhpPrimitiveType($this->getPhpType());
 }