PHP Класс Contao\ModuleRegistration

Наследование: extends Module
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$strTemplate string Template

Открытые методы

Метод Описание
generate ( ) : string Display a wildcard in the back end

Защищенные методы

Метод Описание
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

Описание методов

activateAcount() защищенный Метод

Activate an account
protected activateAcount ( )

compile() защищенный Метод

Generate the module
protected compile ( )

createNewUser() защищенный Метод

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

generate() публичный Метод

Display a wildcard in the back end
public generate ( ) : string
Результат string

resendActivationMail() защищенный Метод

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

sendActivationMail() защищенный Метод

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

sendAdminNotification() защищенный Метод

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

Описание свойств

$strTemplate защищенное свойство

Template
protected string $strTemplate
Результат string