コード例 #1
0
ファイル: Column.php プロジェクト: emildev35/processmaker
 /**
  * Utility method to see if the column is a string
  */
 public function isString()
 {
     return PropelTypes::isTextxType($this->propelType);
 }