/** * Returns a list of properties. * * @param array $names Optional. Array with names of properties to return. * If omitted or NULL, all domain-specific properties will be returned. * Default is NULL. * @param PropelPDO $con Optional. The database connection to use. * Default is NULL. * @return array An associative array mapping property names to associative * arrays of value (key "Value") and type string (key "Type"). */ public function getProperties(array $names = null, PropelPDO $con = null) { return PropertyPeer::getProperties($this, $names, $con); }