XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Espaces de nommage | |
profile | |
Fonctions | |
profile_getFieldForm (ProfileField $field, $action=false) | |
profile_getRegisterForm (XoopsUser $user, $profile, $step=null) | |
profile_getUserForm (XoopsUser $user, ProfileProfile $profile=null, $action=false) | |
profile_getStepForm (ProfileRegstep $step=null, $action=false) | |
profile_getFieldForm | ( | ProfileField | $field, |
$action = false |
|||
) |
Get XoopsThemeForm for adding/editing fields
ProfileField | $field | ProfileField object to get edit form for |
mixed | $action | URL to submit to - or false for $_SERVER['REQUEST_URI'] |
profile_getStepForm | ( | ProfileRegstep | $step = null , |
$action = false |
|||
) |
Get XoopsThemeForm for editing a step
ProfileRegstep | null | $step | ProfileRegstep to edit |
bool | $action |
profile_getUserForm | ( | XoopsUser | $user, |
ProfileProfile | $profile = null , |
||
$action = false |
|||
) |
Get XoopsThemeForm for editing a user
XoopsUser | $user | XoopsUser to edit |
ProfileProfile | XoopsObject | null | $profile | |
bool | $action |