Property | Type | Description | |
---|---|---|---|
$_config | object | instance of the config class |
Method | Description | |
---|---|---|
__construct ( |
construct of the class | |
process ( ) : string | process the class |
Method | Description | |
---|---|---|
_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 |
public __construct ( |
||
$registry | ||
$language | ||
$request | ||
$config |
protected _validateAccount ( array $postArray = [] ) : array | ||
$postArray | array | array to be validated |
return | array |
protected _validateDatabase ( array $postArray = [] ) : array | ||
$postArray | array | array to be validated |
return | array |