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 |