コード例 #1
0
ファイル: Column.php プロジェクト: emildev35/processmaker
 /**
  * Return a string representation of the native PHP type which corresponds
  * to the Creole 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->propelType);
 }