Backend\Modules\Dashboard\Actions\Index::parse PHP Метод

parse() защищенный Метод

Parse the page with its widgets.
protected parse ( )
    protected function parse()
    {
        parent::parse();
        // show report
        if ($this->getParameter('password_reset') == 'success') {
            $this->tpl->assign('reportMessage', BL::msg('PasswordResetSuccess', 'core'));
            $this->tpl->assign('report', true);
        }
        // assign
        $this->tpl->assign('widgets', $this->widgets);
    }