File: phpbb/profilefields/type/type_interface.php
Unmodified
Added
Modified
Removed
Line 132 | Line 132 |
---|
* @return string ident of the field */ public function get_field_ident($field_data);
|
* @return string ident of the field */ public function get_field_ident($field_data);
|
| /** * Get the localized name of the field * * @param string $field_name Unlocalized name of this field * @return string Localized name of the field */ public function get_field_name($field_name);
|
/** * Get the column type for the database
| /** * Get the column type for the database
|