AppserverIo\Appserver\Core\Api\Node\FormLoginConfigNode::getFormErrorPage PHP 메소드

getFormErrorPage() 공개 메소드

Return's the form error page information.
public getFormErrorPage ( ) : FormErrorPageNode
리턴 FormErrorPageNode The form error page information
    public function getFormErrorPage()
    {
        return $this->formErrorPage;
    }