PHP 클래스 InstallForm, pkp-lib

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

공개 프로퍼티들

프로퍼티 타입 설명
$localesComplete locale completeness booleans
$supportedClientCharsets client character sets supported by this system
$supportedConnectionCharsets connection character sets supported by this system
$supportedDatabaseCharsets database character sets supported by this system
$supportedDatabaseDrivers database drivers supported by this system
$supportedLocales locales supported by this system

공개 메소드들

메소드 설명
__construct ( $request ) Constructor.
checkDBDrivers ( ) : array Check if database drivers have the required PHP module loaded.
display ( $request = null, $template = null )
execute ( ) Perform installation.
initData ( ) Initialize form data.
readInputData ( ) Assign form data to user-submitted data.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $request )
$request PKPRequest

checkDBDrivers() 공개 메소드

The names of drivers that appear to be unavailable are bracketed.
public checkDBDrivers ( ) : array
리턴 array

display() 공개 메소드

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

execute() 공개 메소드

Perform installation.
public execute ( )

initData() 공개 메소드

Initialize form data.
public initData ( )

readInputData() 공개 메소드

Assign form data to user-submitted data.
public readInputData ( )

프로퍼티 상세

$localesComplete 공개적으로 프로퍼티

locale completeness booleans
public $localesComplete

$supportedClientCharsets 공개적으로 프로퍼티

client character sets supported by this system
public $supportedClientCharsets

$supportedConnectionCharsets 공개적으로 프로퍼티

connection character sets supported by this system
public $supportedConnectionCharsets

$supportedDatabaseCharsets 공개적으로 프로퍼티

database character sets supported by this system
public $supportedDatabaseCharsets

$supportedDatabaseDrivers 공개적으로 프로퍼티

database drivers supported by this system
public $supportedDatabaseDrivers

$supportedLocales 공개적으로 프로퍼티

locales supported by this system
public $supportedLocales