コード例 #1
0
ファイル: Column.php プロジェクト: ketheriel/ETVA
 /**
  * Utility method to see if the column is boolean type.
  * @return		 boolean
  */
 public function isBooleanType()
 {
     return PropelTypes::isBooleanType($this->getType());
 }