profile_create [line 26]
void profile_create(
$p_user_id, $p_platform, $p_os, $p_os_build, $p_description
)
|
|
Parameters:
|
|
$p_user_id: |
|
|
|
$p_platform: |
|
|
|
$p_os: |
|
|
|
$p_os_build: |
|
|
|
$p_description: |
|
Information Tags:
| Copyright: | Copyright (C) 2002 - 2009 MantisBT Team - mantisbt-dev@lists.sourceforge.net |
| Copyright: | Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org |
| Link: | http://www.mantisbt.org |
profile_delete [line 72]
void profile_delete(
$p_user_id, $p_profile_id
)
|
|
Parameters:
|
|
$p_user_id: |
|
|
|
$p_profile_id: |
|
profile_get_all_for_project [line 231]
void profile_get_all_for_project(
$p_project_id
)
|
|
Parameters:
profile_get_all_for_user [line 194]
void profile_get_all_for_user(
$p_user_id
)
|
|
Parameters:
profile_get_all_rows [line 171]
void profile_get_all_rows(
$p_user_id
)
|
|
Parameters:
profile_get_default [line 260]
void profile_get_default(
$p_user_id
)
|
|
Parameters:
profile_get_field_all_for_user [line 206]
void profile_get_field_all_for_user(
$p_field, [ $p_user_id = null]
)
|
|
Parameters:
profile_get_global [line 255]
void profile_get_global(
)
|
|
profile_get_row [line 142]
void profile_get_row(
$p_user_id, $p_profile_id
)
|
|
Parameters:
|
|
$p_user_id: |
|
|
|
$p_profile_id: |
|
profile_get_row_direct [line 157]
void profile_get_row_direct(
$p_profile_id
)
|
|
Parameters:
profile_is_global [line 276]
void profile_is_global(
$p_profile_id
)
|
|
Parameters:
profile_update [line 92]
void profile_update(
$p_user_id, $p_profile_id, $p_platform, $p_os, $p_os_build, $p_description
)
|
|
Parameters:
|
|
$p_user_id: |
|
|
|
$p_profile_id: |
|
|
|
$p_platform: |
|
|
|
$p_os: |
|
|
|
$p_os_build: |
|
|
|
$p_description: |
|