Beispiel #1
0
 /**
  * Utility method to see if the column is a string
  */
 public function isString()
 {
     return PropelTypes::isTextxType($this->propelType);
 }