Свойство | Тип | Описание | |
---|---|---|---|
$dbDatabase | string | The database name | |
$dbHostname | string | The host of the database | |
$dbPassword | string | The password for the database | |
$dbPort | integer | The port for the database | |
$dbUsername | string | The username for the database | |
$debugEmail | string | The custom debug emailaddress, if applicable | |
$defaultInterfaceLanguage | string | The default language for the Fork backend | |
$defaultLanguage | string | The default language for this Fork installation | |
$differentDebugEmail | boolean | Do we use a different debug emailaddress | |
string | The backend login email for the GOD user | ||
$exampleData | boolean | do we install exampleData? | |
$interfaceLanguages | array | The backend interface languages to install for Fork | |
$languageType | string | The type of language setup: single or multiple | |
$languages | array | The languages to install Fork in | |
$modules | array | The modules to install Fork in | |
$password | string | The backend password for the GOD user | |
$sameInterfaceLanguage | boolean | Do we use the same languages for the backend or not? |
Метод | Описание | |
---|---|---|
addModule ( string $module ) | Adds a module to the modules array | |
getDbDatabase ( ) : string | Gets the The database name. | |
getDbHostname ( ) : string | Gets the The host of the database. | |
getDbPassword ( ) : string | Gets the The password for the database. | |
getDbPort ( ) : integer | Gets the The port for the database. | |
getDbUsername ( ) : string | Gets the The username for the database. | |
getDebugEmail ( ) : string | Gets the The custom debug emailaddress, if applicable. | |
getDefaultInterfaceLanguage ( ) : string | Gets the The default language for the Fork backend. | |
getDefaultLanguage ( ) : string | Gets the The default language for this Fork installation. | |
getEmail ( ) : string | Gets the The backend login email for the GOD user. | |
getInterfaceLanguage ( ) : string | Helper method, only needed for the languages form | |
getInterfaceLanguages ( ) : array | Gets the The backend interface languages to install for Fork. | |
getLanguageType ( ) : string | Gets the The type of language setup: single or multiple. | |
getLanguages ( ) : array | Gets the The languages to install Fork in. | |
getModules ( ) : array | Gets the The modules to install Fork in. | |
getPassword ( ) : string | Gets the The backend password for the GOD user. | |
getSameInterfaceLanguage ( ) : boolean | Gets the Do we use the same languages for the backend or not?. | |
hasDifferentDebugEmail ( ) : boolean | Gets the Do we use a different debug emailaddress. | |
hasExampleData ( ) : boolean | Gets the do we install exampleData?. | |
isValid ( ) : boolean | Checks if all data needed for installation is available here | |
removeModule ( string $module ) | Removes an item from the modules array | |
setDbDatabase ( string $dbDatabase ) : self | Sets the The database name. | |
setDbHostname ( string $dbHostname ) : self | Sets the The host of the database. | |
setDbPassword ( string $dbPassword ) : self | Sets the The password for the database. | |
setDbPort ( integer $dbPort ) : self | Sets the The port for the database. | |
setDbUsername ( string $dbUsername ) : self | Sets the The username for the database. | |
setDebugEmail ( string $debugEmail ) : self | Sets the The custom debug emailaddress, if applicable. | |
setDefaultInterfaceLanguage ( string $defaultInterfaceLanguage ) : self | Sets the The default language for the Fork backend. | |
setDefaultLanguage ( string $defaultLanguage ) : self | Sets the The default language for this Fork installation. | |
setDifferentDebugEmail ( boolean $differentDebugEmail ) : self | Sets the Do we use a different debug emailaddress. | |
setEmail ( string $email ) : self | Sets the The backend login email for the GOD user. | |
setExampleData ( boolean $exampleData ) : self | Sets the do we install exampleData?. | |
setInterfaceLanguages ( array $interfaceLanguages ) : self | Sets the The backend interface languages to install for Fork. | |
setLanguageType ( string $languageType ) : self | Sets the The type of language setup: single or multiple. | |
setLanguages ( array $languages ) : self | Sets the The languages to install Fork in. | |
setModules ( array $modules ) : self | Sets the The modules to install Fork in. | |
setPassword ( string $password ) : self | Sets the The backend password for the GOD user. | |
setSameInterfaceLanguage ( boolean $sameInterfaceLanguage ) : self | Sets the Do we use the same languages for the backend or not?. |
public getDbDatabase ( ) : string | ||
Результат | string |
public getDbHostname ( ) : string | ||
Результат | string |
public getDbPassword ( ) : string | ||
Результат | string |
public getDbUsername ( ) : string | ||
Результат | string |
public getDebugEmail ( ) : string | ||
Результат | string |
public getDefaultInterfaceLanguage ( ) : string | ||
Результат | string |
public getDefaultLanguage ( ) : string | ||
Результат | string |
public getInterfaceLanguage ( ) : string | ||
Результат | string |
public getInterfaceLanguages ( ) : array | ||
Результат | array |
public getLanguageType ( ) : string | ||
Результат | string |
public getLanguages ( ) : array | ||
Результат | array |
public getModules ( ) : array | ||
Результат | array |
public getPassword ( ) : string | ||
Результат | string |
public getSameInterfaceLanguage ( ) : boolean | ||
Результат | boolean |
public hasDifferentDebugEmail ( ) : boolean | ||
Результат | boolean |
public hasExampleData ( ) : boolean | ||
Результат | boolean |
public removeModule ( string $module ) | ||
$module | string |
public setDbDatabase ( string $dbDatabase ) : self | ||
$dbDatabase | string | the db database |
Результат | self |
public setDbHostname ( string $dbHostname ) : self | ||
$dbHostname | string | the db hostname |
Результат | self |
public setDbPassword ( string $dbPassword ) : self | ||
$dbPassword | string | the db password |
Результат | self |
public setDbUsername ( string $dbUsername ) : self | ||
$dbUsername | string | the db username |
Результат | self |
public setDebugEmail ( string $debugEmail ) : self | ||
$debugEmail | string | the debug email |
Результат | self |
public setDefaultInterfaceLanguage ( string $defaultInterfaceLanguage ) : self | ||
$defaultInterfaceLanguage | string | the default interface language |
Результат | self |
public setDefaultLanguage ( string $defaultLanguage ) : self | ||
$defaultLanguage | string | the default language |
Результат | self |
public setDifferentDebugEmail ( boolean $differentDebugEmail ) : self | ||
$differentDebugEmail | boolean | the different debug email |
Результат | self |
public setExampleData ( boolean $exampleData ) : self | ||
$exampleData | boolean | the example data |
Результат | self |
public setInterfaceLanguages ( array $interfaceLanguages ) : self | ||
$interfaceLanguages | array | the interface languages |
Результат | self |
public setLanguageType ( string $languageType ) : self | ||
$languageType | string | the language type |
Результат | self |
public setLanguages ( array $languages ) : self | ||
$languages | array | the languages |
Результат | self |
public setModules ( array $modules ) : self | ||
$modules | array | the modules |
Результат | self |
public setPassword ( string $password ) : self | ||
$password | string | the password |
Результат | self |
public setSameInterfaceLanguage ( boolean $sameInterfaceLanguage ) : self | ||
$sameInterfaceLanguage | boolean | the same interface language |
Результат | self |
protected string $dbHostname | ||
Результат | string |
protected string $dbPassword | ||
Результат | string |
protected string $dbUsername | ||
Результат | string |
protected string $debugEmail | ||
Результат | string |
protected string $defaultInterfaceLanguage | ||
Результат | string |
protected string $defaultLanguage | ||
Результат | string |
protected bool $differentDebugEmail | ||
Результат | boolean |
protected string $email | ||
Результат | string |
protected bool $exampleData | ||
Результат | boolean |
protected array $interfaceLanguages | ||
Результат | array |
protected string $languageType | ||
Результат | string |
protected array $languages | ||
Результат | array |
protected array $modules | ||
Результат | array |
protected string $password | ||
Результат | string |
protected bool $sameInterfaceLanguage | ||
Результат | boolean |