JError::raiseWarning/11.1

From Joomla! Documentation

Jump to: navigation, search

Joomla 11.1 JError::raiseWarning

Description

Wrapper method for the method with predefined error level of E_WARNING and backtrace set to false.

Description:JError::raiseWarning [Edit Descripton]

public static function raiseWarning (
        $code
        $msg
        $info=null
)
Parameter Type Default Description
$code string The application-internal error code for this error
$msg string The error message, which may also be shown the user if need be.
$info mixed null Optional: Additional error information (usually only developer-relevant information that the user should never see, like a database DSN).

See also

SeeAlso:JError::raiseWarning [Edit See Also]

User contributed notes


Personal tools