PHP Class Contao\ModuleRegistration

Inheritance: extends Module
Show file Open project: contao/core-bundle

Protected Properties

Property Type Description
$strTemplate string Template

Public Methods

Method Description
generate ( ) : string Display a wildcard in the back end

Protected Methods

Method Description
activateAcount ( ) Activate an account
compile ( ) Generate the module
createNewUser ( array $arrData ) Create a new user and redirect
resendActivationMail ( MemberModel $objMember ) Re-send the activation mail
sendActivationMail ( array $arrData ) Send the activation mail
sendAdminNotification ( integer $intId, array $arrData ) Send an admin notification e-mail

Method Details

activateAcount() protected method

Activate an account
protected activateAcount ( )

compile() protected method

Generate the module
protected compile ( )

createNewUser() protected method

Create a new user and redirect
protected createNewUser ( array $arrData )
$arrData array

generate() public method

Display a wildcard in the back end
public generate ( ) : string
return string

resendActivationMail() protected method

Re-send the activation mail
protected resendActivationMail ( MemberModel $objMember )
$objMember MemberModel

sendActivationMail() protected method

Send the activation mail
protected sendActivationMail ( array $arrData )
$arrData array

sendAdminNotification() protected method

Send an admin notification e-mail
protected sendAdminNotification ( integer $intId, array $arrData )
$intId integer
$arrData array

Property Details

$strTemplate protected property

Template
protected string $strTemplate
return string