BxDolJoinProcessor::showErrorsJson PHP Méthode

showErrorsJson() public méthode

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