RestRegistrationController
in package
implements
IController
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- RestRegistrationController constructor.
- activationAction() : User
- registrationAction() : ISecurityItem
- resendActivationMailAction() : ISecurityItem
Properties
$auth
private
AuthComponent
$auth
$firstPromoterComponent
private
FirstPromoterComponent
$firstPromoterComponent
$userService
private
UserService
$userService
Methods
__construct()
RestRegistrationController constructor.
public
__construct(UserService $userService, FirstPromoterComponent $firstPromoterComponent, AuthComponent $auth) : mixed
Parameters
- $userService : UserService
- $firstPromoterComponent : FirstPromoterComponent
- $auth : AuthComponent
activationAction()
public
activationAction([bool $hash = false ]) : User
Parameters
- $hash : bool = false
Tags
Return values
UserregistrationAction()
public
registrationAction() : ISecurityItem
Return values
ISecurityItemresendActivationMailAction()
public
resendActivationMailAction() : ISecurityItem