コード例 #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());
 }