Frontend\Modules\Profiles\Actions\ChangeEmail::parse PHP 메소드

parse() 개인적인 메소드

Parse the data into the template.
private parse ( )
    private function parse()
    {
        // have the settings been saved?
        if ($this->URL->getParameter('sent') == 'true') {
            // show success message
            $this->tpl->assign('updateEmailSuccess', true);
        }
        // parse the form
        $this->frm->parse($this->tpl);
    }