Frontend\Modules\Profiles\Widgets\LoginBox::execute PHP Method

execute() public method

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