JError::raiseWarning/1.5
From Joomla! Documentation
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 & 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). |
- Returns object $error The configured object
- Defined on line 186 of libraries/joomla/error/error.php
- Since
- Referenced by
- JHTML::_
- JAuthentication::__construct
- JInstallerComponent::_buildAdminMenus
- JInstaller::_findManifest
- JSimpleXML::_handleError
- JPluginHelper::_load
- JModuleHelper::_load
- JComponentHelper::_load
- JEditor::_loadEditor
- JFTP::_mode
- JFTP::_passive
- JFTP::_putCmd
- JInstallerComponent::_removeAdminMenus
- JFTP::_verifyResponse
- JInstaller::abort
- JUserHelper::activateUser
- JFTP::chdir
- JFTP::chmod
- JFTP::connect
- JFile::copy
- JInstaller::copyFiles
- JFolder::create
- JFTP::create
- JFolder::delete
- JFTP::delete
- JFile::delete
- JInstallerHelper::detectType
- JInstallerHelper::downloadPackage
- JArchiveZip::extract
- JArchiveTar::extract
- JArchiveGzip::extract
- JArchiveBzip2::extract
- JArchive::extract
- JFolder::files
- JFolder::folders
- JFTP::get
- JUser::getInstance
- JTable::getInstance
- JCacheStorage::getInstance
- JModel::getInstance
- JView::getName
- JFactory::getXMLParser
- JInstallerTemplate::install
- JInstallerComponent::install
- JFTP::listDetails
- JFTP::listNames
- JUser::load
- JToolBar::loadButtonType
- JFTP::login
- JApplication::login
- JFTP::mkdir
- JFile::move
- JInstaller::parseFiles
- JInstaller::parseLanguages
- JInstaller::parseMedia
- JInstaller::parseQueries
- JInstaller::parseSQLFiles
- JFTP::pwd
- JFTP::read
- JFile::read
- JDispatcher::register
- JFTP::reinit
- JFTP::rename
- JFTP::restart
- JClientHelper::setCredentialsFromRequest
- JMail::setSender
- JFTP::store
- JFTP::syst
- JDispatcher::trigger
- JInstallerTemplate::uninstall
- JInstallerLanguage::uninstall
- JInstallerPlugin::uninstall
- JInstallerModule::uninstall
- JInstallerComponent::uninstall
- JFile::upload
- JFTP::write
See also
-
JError::raiseWarning on api.joomla.org
-
JError source code on JoomlaCode
-
Class JError
-
Subpackage Error
- Other versions of JError::raiseWarning
SeeAlso:JError::raiseWarning [Edit See Also]
User contributed notes
<CodeExamplesForm />