PHP Class BaseProfileForm, pkp-lib

Author: Damian Suarez / Laura Melo
Inheritance: extends BaseFormDoctrine
Show file Open project: pkp/pkp-lib Class Usage Examples

Public Properties

Property Type Description
$_user User

Public Methods

Method Description
__construct ( $template, $user ) Constructor.
execute ( $request, $user ) Save profile settings.
getUser ( ) Get the user associated with this profile

Method Details

__construct() public method

Constructor.
public __construct ( $template, $user )
$template string
$user PKPUser

execute() public method

Save profile settings.
public execute ( $request, $user )
$request PKPRequest

getUser() public method

Get the user associated with this profile
public getUser ( )

Property Details

$_user public property

public User $_user
return User