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

Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Show file Open project: appserver-io/appserver

Public Methods

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

Method Details

getFormErrorPage() public method

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

getFormLoginPage() public method

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