HandleError() public static méthode

public static HandleError ( $intErrorNumber, $strErrorString, $strErrorFile, $intErrorLine )
function __qcodo_handle_error($intErrorNumber, $strErrorString, $strErrorFile, $intErrorLine)
{
    return QErrorHandler::HandleError($intErrorNumber, $strErrorString, $strErrorFile, $intErrorLine);
}