BxDolJoinProcessor::showErrorsJson PHP Method

showErrorsJson() public method

public showErrorsJson ( )
    function showErrorsJson()
    {
        header('Content-Type:text/javascript; charset=utf-8');
        return $this->oPF->genJsonErrors($this->aErrors, $this->bCouple);
    }