PHP 클래스 Redaxscript\Controller\Install

부터: 3.0.0
저자: Henry Ruhs
저자: Balázs Szilágyi
상속: extends ControllerAbstract
파일 보기 프로젝트 열기: redaxmedia/redaxscript 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_config object instance of the config class

공개 메소드들

메소드 설명
__construct ( Registry $registry, Language $language, Request $request, Config $config ) construct of the class
process ( ) : string process the class

보호된 메소드들

메소드 설명
_error ( array $errorArray = [] ) : string show the error
_install ( array $installArray = [] ) : array install the database
_mail ( array $mailArray = [] ) : boolean send the mail
_refresh ( ) : array refresh the connection
_success ( array $successArray = [] ) : string show the success
_validateAccount ( array $postArray = [] ) : array validate the account
_validateDatabase ( array $postArray = [] ) : array validate the database
_warning ( array $warningArray = [] ) : string show the warning
_write ( array $configArray = [] ) : array write config file

메소드 상세

__construct() 공개 메소드

construct of the class
부터: 3.0.0
public __construct ( Registry $registry, Language $language, Request $request, Config $config )
$registry Redaxscript\Registry
$language Redaxscript\Language
$request Redaxscript\Request
$config Redaxscript\Config

_error() 보호된 메소드

show the error
부터: 3.0.0
protected _error ( array $errorArray = [] ) : string
$errorArray array
리턴 string

_install() 보호된 메소드

install the database
부터: 3.0.0
protected _install ( array $installArray = [] ) : array
$installArray array
리턴 array

_mail() 보호된 메소드

send the mail
부터: 3.0.0
protected _mail ( array $mailArray = [] ) : boolean
$mailArray array
리턴 boolean

_refresh() 보호된 메소드

refresh the connection
부터: 3.0.0
protected _refresh ( ) : array
리턴 array

_success() 보호된 메소드

show the success
부터: 3.0.0
protected _success ( array $successArray = [] ) : string
$successArray array
리턴 string

_validateAccount() 보호된 메소드

validate the account
부터: 3.0.0
protected _validateAccount ( array $postArray = [] ) : array
$postArray array array to be validated
리턴 array

_validateDatabase() 보호된 메소드

validate the database
부터: 3.0.0
protected _validateDatabase ( array $postArray = [] ) : array
$postArray array array to be validated
리턴 array

_warning() 보호된 메소드

show the warning
부터: 3.0.0
protected _warning ( array $warningArray = [] ) : string
$warningArray array array of the warning
리턴 string

_write() 보호된 메소드

write config file
부터: 3.0.0
protected _write ( array $configArray = [] ) : array
$configArray array
리턴 array

process() 공개 메소드

process the class
부터: 3.0.0
public process ( ) : string
리턴 string

프로퍼티 상세

$_config 보호되어 있는 프로퍼티

instance of the config class
protected object $_config
리턴 object