PHP Class UserFormHelper, pkp-lib

Afficher le fichier Open project: pkp/pkp-lib Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( ) Constructor
assignRoleContent ( $templateMgr, $request ) Assign role selection content to the template manager.
saveRoleContent ( $form, $user ) Save role elements of an executed user form.

Method Details

__construct() public méthode

Constructor
public __construct ( )

assignRoleContent() public méthode

Assign role selection content to the template manager.
public assignRoleContent ( $templateMgr, $request )
$templateMgr PKPTemplateManager
$request PKPRequest

saveRoleContent() public méthode

Save role elements of an executed user form.
public saveRoleContent ( $form, $user )
$form Form The form from which to fetch elements
$user User The current user