PHP Class Contao\ModuleLogin

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

Protected Properties

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

Méthodes publiques

Méthode Description
generate ( ) : string Display a login form

Méthodes protégées

Méthode Description
compile ( ) Generate the module

Method Details

compile() protected méthode

Generate the module
protected compile ( )

generate() public méthode

Display a login form
public generate ( ) : string
Résultat string

Property Details

$strFlashType protected_oe property

Flash type
protected string $strFlashType
Résultat string

$strTemplate protected_oe property

Template
protected string $strTemplate
Résultat string