예제 #1
0
파일: Column.php 프로젝트: ketheriel/ETVA
 /**
  * Utility method to know whether column is a temporal column.
  * @return		 boolean
  */
 public function isTemporalType()
 {
     return PropelTypes::isTemporalType($this->getType());
 }