BxDolJoinProcessor::showJoinForm PHP Method

showJoinForm() public method

public showJoinForm ( $aAddonFields = [] )
    function showJoinForm($aAddonFields = array())
    {
        $aJoinFormParams = array('dynamic' => $this->bAjaxMode, 'couple_enabled' => $this->bCoupleEnabled, 'couple' => $this->bCouple, 'page' => $this->iPage, 'hiddens' => $this->genHiddenFieldsArray($aAddonFields), 'errors' => $this->aErrors, 'values' => $this->aValues);
        return $this->oPF->getFormCode($aJoinFormParams);
    }