Example #1
0
 /**
  * Utility method to see if the column is boolean type.
  * @return		 boolean
  */
 public function isBooleanType()
 {
     return PropelTypes::isBooleanType($this->getType());
 }