Esempio n. 1
0
 /**
  * Returns true if the column's PHP native type is a class name.
  * @return		 boolean
  * @see				 PropelTypes::isPhpObjectType()
  */
 public function isPhpObjectType()
 {
     return PropelTypes::isPhpObjectType($this->getPhpType());
 }