API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Namespaces | |
namespace | profile |
Functions | |
profile_getFieldForm (ProfileField $field, $action=false) | |
profile_getFieldOptionForm (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_getFieldOptionForm | ( | ProfileField | $field, |
$action = false |
|||
) |
profile_getRegisterForm | ( | XoopsUser | $user, |
$profile, | |||
$step = null |
|||
) |
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 |