Comment
- Namespace: \Redaxscript\Controller
- Description: children class to process the comment request
- 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 |
_validatePost | protected | validate the post |
_create | protected | create the comment |
_mail | protected | send the mail |
_getSuccessRoute | protected | get success route |
_getErrorRoute | protected | get error route |
__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 |
ControllerAbstract
- Namespace: \Redaxscript\Controller
- Description: abstract class to create a controller class
- Package: Redaxscript
- Category: Controller
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_registry | protected | ||
_request | protected | ||
_language | protected | ||
_config | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
__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 |
ControllerInterface
- Namespace: \Redaxscript\Controller
- Description: interface to define a controller class
- Package: Redaxscript
- Category: Controller
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
No property present | |||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
process | public | process the class |
Method | Visibility | Description |
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 |
Login
- Namespace: \Redaxscript\Controller
- Description: children class to process the login request
- 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 |
_validatePost | protected | validate the post |
_getUser | protected | get the user |
_login | protected | login the user |
__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 |
Logout
- Namespace: \Redaxscript\Controller
- Description: children class to process the logout request
- 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 |
__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 |
Recover
- Namespace: \Redaxscript\Controller
- Description: children class to process the recover request
- 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 |
_validatePost | protected | validate the post |
_getUsers | protected | get the users |
_mail | protected | send the mail |
__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 |
Register
- Namespace: \Redaxscript\Controller
- Description: children class to process the register request
- 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 |
_sanitizePost | protected | sanitize the post |
_validatePost | protected | validate the post |
_create | protected | create the user |
_mail | protected | send the mail |
__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 |
Reset
- Namespace: \Redaxscript\Controller
- Description: children class to process the reset request
- 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 |
_validatePost | protected | validate the post |
_getUser | protected | get the user |
_reset | protected | reset the password |
_mail | protected | send the mail |
__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 |
Search
- Namespace: \Redaxscript\Controller
- Description: children class to process the search request
- Package: Redaxscript
- Category: Controller
- Author: Henry Ruhs
- Author: Balázs Szilágyi
Properties
Property | Type | Visibility | Description |
---|---|---|---|
tableArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
process | public | process the class |
_sanitizeQuery | protected | sanitize the query |
_validateQuery | protected | validate the query |
_search | protected | search in tables |
_renderResult | protected | render the result |
_info | protected | show the info |
__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 |