Frontend\Modules\Profiles\Widgets\LoginBox::execute PHP Метод

execute() публичный Метод

Execute the extra
public execute ( )
    public function execute()
    {
        parent::execute();
        $this->loadTemplate();
        $this->loadForm();
        $this->parse();
    }