PHP 클래스 Contao\ModuleRegistration

상속: extends Module
파일 보기 프로젝트 열기: contao/core-bundle

보호된 프로퍼티들

프로퍼티 타입 설명
$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