Пример #1
0
 /**
  * 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);
 }