PHP Class Pagekit\User\Controller\RegistrationController

Inheritance: extends Pagekit\Framework\Controller\Controller
Show file Open project: pagekit/pagekit

Protected Properties

Property Type Description
$module Pagekit\Module\Module

Public Methods

Method Description
__construct ( )
activateAction ( $username, $activation )
indexAction ( )
registerAction ( $data )

Protected Methods

Method Description
sendApproveMail ( $user )
sendVerificationMail ( $user )
sendWelcomeEmail ( $user )

Method Details

__construct() public method

public __construct ( )

activateAction() public method

public activateAction ( $username, $activation )

indexAction() public method

public indexAction ( )

registerAction() public method

public registerAction ( $data )

sendApproveMail() protected method

protected sendApproveMail ( $user )

sendVerificationMail() protected method

protected sendVerificationMail ( $user )

sendWelcomeEmail() protected method

protected sendWelcomeEmail ( $user )

Property Details

$module protected property

protected Module,Pagekit\Module $module
return Pagekit\Module\Module