PHP 클래스 acp_profile

파일 보기 프로젝트 열기: phpbb/phpbb

공개 프로퍼티들

프로퍼티 타입 설명
$edit_lang_id
$lang_defs
$u_action

보호된 프로퍼티들

프로퍼티 타입 설명
$type_collection phpbb\di\service_collection

공개 메소드들

메소드 설명
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

메소드 상세

build_language_options() 공개 메소드

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

main() 공개 메소드

public main ( $id, $mode )

save_profile_field() 공개 메소드

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

update_insert() 공개 메소드

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

프로퍼티 상세

$edit_lang_id 공개적으로 프로퍼티

public $edit_lang_id

$lang_defs 공개적으로 프로퍼티

public $lang_defs

$type_collection 보호되어 있는 프로퍼티

protected service_collection,phpbb\di $type_collection
리턴 phpbb\di\service_collection

$u_action 공개적으로 프로퍼티

public $u_action