PHP 클래스 MaintenanceForm, pkp-lib

상속: extends Form
파일 보기 프로젝트 열기: pkp/pkp-lib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$_request PKPRequest

공개 메소드들

메소드 설명
__construct ( $request, $template ) Constructor.
dbInstallError ( $errorMsg ) Fail with a database installation error.
display ( $request = null, $template = null )
installError ( $errorMsg ) Fail with a generic installation error.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $request, $template )

dbInstallError() 공개 메소드

Fail with a database installation error.
public dbInstallError ( $errorMsg )
$errorMsg string

display() 공개 메소드

public display ( $request = null, $template = null )

installError() 공개 메소드

Fail with a generic installation error.
public installError ( $errorMsg )
$errorMsg string

프로퍼티 상세

$_request 공개적으로 프로퍼티

public PKPRequest $_request
리턴 PKPRequest