/** * Gets the list of values for an ENUM column * * @param string $colname The ENUM column name. * * @return array list of possible values for the column */ public static function getValueSet($colname) { $valueSets = PersonalcirugiaPeer::getValueSets(); return $valueSets[$colname]; }