Frontend\Modules\Profiles\Actions\Login::parse PHP Method

parse() private method

Parse the data into the template.
private parse ( )
    private function parse()
    {
        $this->frm->parse($this->tpl);
    }