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