Install
- Namespace: \Redaxscript\Controller
- Description: children class to process install
- Package: Redaxscript
- Category: Controller
- Author: Henry Ruhs
- Author: Balázs Szilágyi
Properties
Property | Type | Visibility | Description |
---|---|---|---|
No property present | |||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
process | public | process the class |
_sanitizePost | protected | sanitize the post |
_validateDatabase | protected | validate the database |
_validateAccount | protected | validate the account |
_touch | protected | touch sqlite file |
_write | protected | write config file |
_getStatus | protected | get the status |
_refreshConnection | protected | refresh the connection |
_install | protected | install the database |
_mail | protected | send the mail |
_success | protected | show the success |
_warning | protected | show the warning |
_error | protected | show the error |
__construct | public | constructor of the class |
_messengerFactory | protected | messenger factory |
_normalizePost | protected | normalize the post |
_success | protected | show the success |
_info | protected | show the info |
_warning | protected | show the warning |
_error | protected | show the error |
Method | Visibility | Description |