예제 #1
0
파일: Column.php 프로젝트: ketheriel/ETVA
 /**
  * Return a string representation of the native PHP type which corresponds
  * to the propel type of this column. Use in the generation of Base objects.
  *
  * @return		 string PHP datatype used by propel.
  */
 public function getPhpNative()
 {
     return PropelTypes::getPhpNative($this->getType());
 }