PHP Class Contao\ModuleRegistration

Inheritance: extends Module
Afficher le fichier Open project: contao/core-bundle

Protected Properties

Свойство Type Description
$strTemplate string Template

Méthodes publiques

Méthode Description
generate ( ) : string Display a wildcard in the back end

Méthodes protégées

Méthode 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 méthode

Activate an account
protected activateAcount ( )

compile() protected méthode

Generate the module
protected compile ( )

createNewUser() protected méthode

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

generate() public méthode

Display a wildcard in the back end
public generate ( ) : string
Résultat string

resendActivationMail() protected méthode

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

sendActivationMail() protected méthode

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

sendAdminNotification() protected méthode

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

Property Details

$strTemplate protected_oe property

Template
protected string $strTemplate
Résultat string