references:joomla.framework:utilities:jerror-raisewarningTable of Contents
raiseWarning
This is a wrapper for the raise method that passes E_WARNING as the error level. A patError object will be returned. Syntaxobject &raiseWarning ( $code, $msg, $info )
ExamplesExample JError::raiseWarning( '6000', 'File access error!' ); might produce: Result jos-Warning: File access error!
|


