XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence du fichier forms.php

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)
 

Documentation des fonctions

◆ profile_getFieldForm()

profile_getFieldForm ( ProfileField  $field,
  $action = false 
)

Get XoopsThemeForm for adding/editing fields

Paramètres
ProfileField$fieldProfileField object to get edit form for
mixed$actionURL to submit to - or false for $_SERVER['REQUEST_URI']
Renvoie
object
+ Voici le graphe d'appel pour cette fonction :

◆ profile_getRegisterForm()

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

Get XoopsThemeForm for registering new users

Paramètres
XoopsUser$user
$profile
XoopsUser$userXoopsUser to register
int$stepWhich step we are at
+ Voici le graphe d'appel pour cette fonction :

◆ profile_getStepForm()

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

Get XoopsThemeForm for editing a step

Paramètres
ProfileRegstep | null$stepProfileRegstep to edit
bool$action
Renvoie
object
+ Voici le graphe d'appel pour cette fonction :

◆ profile_getUserForm()

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

Get XoopsThemeForm for editing a user

Paramètres
XoopsUser$userXoopsUser to edit
ProfileProfile | XoopsObject | null$profile
bool$action
Renvoie
object
+ Voici le graphe d'appel pour cette fonction :