mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
Merge pull request #4558 from javiexin/ticket/14889
[ticket/14889] Missing method in profile fields type interface * javiexin/ticket/14889: [ticket/14889] Missing method in profile fields type interface
This commit is contained in:
@@ -133,6 +133,14 @@ interface type_interface
|
|||||||
*/
|
*/
|
||||||
public function get_field_ident($field_data);
|
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
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user