API - XOOPS 2.5.11 Beta 2
By monxoops.fr
forms.php File Reference

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)
 

Function Documentation

◆ profile_getFieldForm()

profile_getFieldForm ( ProfileField  $field,
  $action = false 
)

Get XoopsThemeForm for adding/editing fields

Parameters
ProfileField$fieldProfileField object to get edit form for
mixed$actionURL to submit to - or false for $_SERVER['REQUEST_URI']
Returns
object
Here is the call graph for this function:

◆ profile_getFieldOptionForm()

profile_getFieldOptionForm ( ProfileField  $field,
  $action = false 
)
Here is the call graph for this function:

◆ profile_getRegisterForm()

profile_getRegisterForm ( XoopsUser  $user,
  $profile,
  $step = null 
)

Get XoopsThemeForm for registering new users

Parameters
XoopsUser$user
$profile
XoopsUser$userXoopsUser to register
int$stepWhich step we are at
Here is the call graph for this function:

◆ profile_getStepForm()

profile_getStepForm ( ProfileRegstep  $step = null,
  $action = false 
)

Get XoopsThemeForm for editing a step

Parameters
ProfileRegstep | null$stepProfileRegstep to edit
bool$action
Returns
object
Here is the call graph for this function:

◆ profile_getUserForm()

profile_getUserForm ( XoopsUser  $user,
ProfileProfile  $profile = null,
  $action = false 
)

Get XoopsThemeForm for editing a user

Parameters
XoopsUser$userXoopsUser to edit
ProfileProfile | XoopsObject | null$profile
bool$action
Returns
object
Here is the call graph for this function: