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


