/**
  * Utility method to know whether column is an array column.
  * @return boolean
  */
 public function isPhpArrayType()
 {
     return PropelTypes::isPhpArrayType($this->getType());
 }