PHP Interface AppserverIo\Appserver\Core\Api\Node\FormLoginConfigNodeInterface

Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Afficher le fichier Open project: appserver-io/appserver

Méthodes publiques

Méthode Description
getFormErrorPage ( ) : FormErrorPageNode Return's the form error page information.
getFormLoginPage ( ) : FormLoginPageNode Return's the form login page information.

Method Details

getFormErrorPage() public méthode

Return's the form error page information.
public getFormErrorPage ( ) : FormErrorPageNode
Résultat FormErrorPageNode The form error page information

getFormLoginPage() public méthode

Return's the form login page information.
public getFormLoginPage ( ) : FormLoginPageNode
Résultat FormLoginPageNode The form login page information