PHP 클래스 BaseProfileForm, pkp-lib

저자: Damian Suarez / Laura Melo
상속: extends BaseFormDoctrine
파일 보기 프로젝트 열기: pkp/pkp-lib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$_user User

공개 메소드들

메소드 설명
__construct ( $template, $user ) Constructor.
execute ( $request, $user ) Save profile settings.
getUser ( ) Get the user associated with this profile

메소드 상세

__construct() 공개 메소드

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

execute() 공개 메소드

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

getUser() 공개 메소드

Get the user associated with this profile
public getUser ( )

프로퍼티 상세

$_user 공개적으로 프로퍼티

public User $_user
리턴 User