PHP Class acp_profile

ファイルを表示 Open project: phpbb/phpbb

Public Properties

Property Type Description
$edit_lang_id
$lang_defs
$u_action

Protected Properties

Property Type Description
$type_collection phpbb\di\service_collection

Public Methods

Method Description
build_language_options ( &$cp, $field_type, $action = 'create' ) Build all Language specific options
main ( $id, $mode )
save_profile_field ( &$cp, $field_type, $action = 'create' ) Save Profile Field
update_insert ( $table, $sql_ary, $where_fields ) Update, then insert if not successfull

Method Details

build_language_options() public method

Build all Language specific options
public build_language_options ( &$cp, $field_type, $action = 'create' )

main() public method

public main ( $id, $mode )

save_profile_field() public method

Save Profile Field
public save_profile_field ( &$cp, $field_type, $action = 'create' )

update_insert() public method

Update, then insert if not successfull
public update_insert ( $table, $sql_ary, $where_fields )

Property Details

$edit_lang_id public_oe property

public $edit_lang_id

$lang_defs public_oe property

public $lang_defs

$type_collection protected_oe property

protected service_collection,phpbb\di $type_collection
return phpbb\di\service_collection

$u_action public_oe property

public $u_action