PHP Класс UserFormHelper, pkp-lib

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( ) Constructor
assignRoleContent ( $templateMgr, $request ) Assign role selection content to the template manager.
saveRoleContent ( $form, $user ) Save role elements of an executed user form.

Описание методов

__construct() публичный Метод

Constructor
public __construct ( )

assignRoleContent() публичный Метод

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

saveRoleContent() публичный Метод

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