Joomla Platform  13.1
Documentation des API du framework Joomla Platform
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Liste des éléments obsolètes
Membre JAccess::getActions ($component, $section= 'component')
12.3 (Platform) & 4.0 (CMS) Use JAccess::getActionsFromFile or JAccess::getActionsFromData instead.
Membre JApplication::__construct ($config=array())
4.0
Membre JApplication::__toString ()
4.0
Membre JApplication::_createConfiguration ($file)
4.0
Membre JApplication::_createSession ($name)
4.0
Membre JApplication::afterSessionStart ()
4.0
Membre JApplication::checkSession ()
4.0
Membre JApplication::dispatch ($component=null)
4.0
Membre JApplication::enqueueMessage ($msg, $type= 'message')
4.0
Membre JApplication::getCfg ($varname, $default=null)
4.0
Membre JApplication::getClientId ()
4.0
Membre JApplication::getHash ($seed)
4.0 Use JApplicationHelper::getHash instead
Membre JApplication::getInstance ($client, $config=array(), $prefix= 'J')
4.0 Use JApplicationCms::getInstance() instead
Membre JApplication::getMenu ($name=null, $options=array())
4.0
Membre JApplication::getMessageQueue ()
4.0
Membre JApplication::getName ()
4.0
Membre JApplication::getPathway ($name=null, $options=array())
4.0
Membre JApplication::getRouter ($name=null, array $options=array())
4.0
Membre JApplication::getTemplate ($params=false)
4.0
Membre JApplication::getUserState ($key, $default=null)
4.0
Membre JApplication::getUserStateFromRequest ($key, $request, $default=null, $type= 'none')
4.0
Membre JApplication::initialise ($options=array())
4.0
Membre JApplication::isAdmin ()
4.0
Membre JApplication::isSite ()
4.0
Membre JApplication::isSSLConnection ()
4.0
Membre JApplication::isWinOS ()
13.3 (Platform) & 4.0 (CMS) Use the IS_WIN constant instead.
Membre JApplication::login ($credentials, $options=array())
4.0
Membre JApplication::logout ($userid=null, $options=array())
4.0
Membre JApplication::redirect ($url, $msg= '', $msgType= 'message', $moved=false)
4.0
Membre JApplication::render ()
4.0
Membre JApplication::route ()
4.0
Membre JApplication::setUserState ($key, $value)
4.0
Membre JApplication::stringURLSafe ($string)
4.0 Use JApplicationHelper::stringURLSafe instead
Membre JApplicationWeb::initialise ($session=null, $document=null, $language=null, $dispatcher=null)
13.1 (Platform) & 4.0 (CMS)
Membre JBrowser::isSSLConnection ()
13.3 (Platform) & 4.0 (CMS) - Use the isSSLConnection method on the application object.
Membre JCacheStorage::test ()
12.3 (Platform) & 4.0 (CMS)
Membre JCli::__construct (JInputCli $input=null, JRegistry $config=null, JEventDispatcher $dispatcher=null)
12.3 (Platform) & 4.0 (CMS) - Use JApplicationCli instead.
Membre JControllerLegacy::authorise ($task)
13.3 Use JAccess instead.
Membre JDaemon::__construct (JInputCli $input=null, JRegistry $config=null, JEventDispatcher $dispatcher=null)
12.3 Use JApplicationDaemon instead.
Membre JDatabase::getConnectors ()
13.1 (Platform) & 4.0 (CMS)
Membre JDatabase::getErrorMsg ($escaped=false)
13.3 (Platform) & 4.0 (CMS)
Membre JDatabase::getErrorNum ()
13.3 (Platform) & 4.0 (CMS)
Membre JDatabase::getInstance ($options=array())
13.1 (Platform) & 4.0 (CMS)
Membre JDatabase::query ()
13.1 (Platform) & 4.0 (CMS)
Membre JDatabase::splitSql ($query)
13.1 (Platform) & 4.0 (CMS)
Membre JDatabase::stderr ($showSQL=false)
13.3 (Platform) & 4.0 (CMS)
Membre JDatabase::test ()
12.3 (Platform) & 4.0 (CMS) - Use JDatabaseDriver::isSupported() instead.
Membre JDatabaseDriver::getUTFSupport ()
12.3 (Platform) & 4.0 (CMS) - Use hasUTFSupport() instead
Membre JDatabaseDriver::loadNextRow ()
N/A (CMS) Use JDatabaseDriver::getIterator() instead
Membre JError::addToStack (JException &$e)
12.1
Membre JError::attachHandler ()
12.1
Membre JError::customErrorHandler ($level, $msg)
12.1
Membre JError::customErrorPage (&$error)
12.1
Membre JError::detachHandler ()
12.1
Membre JError::getError ($unset=false)
12.1
Membre JError::getErrorHandling ($level)
12.1 Use PHP Exception
Membre JError::getErrors ()
12.1
Membre JError::handleCallback (&$error, $options)
12.1
Membre JError::handleDie (&$error, $options)
12.1
Membre JError::handleEcho (&$error, $options)
12.1
Membre JError::handleIgnore (&$error, $options)
12.1
Membre JError::handleLog (&$error, $options)
12.1
Membre JError::handleMessage (&$error, $options)
12.1
Membre JError::handleVerbose (&$error, $options)
12.1
Membre JError::isError ($object)
12.1
Membre JError::raise ($level, $code, $msg, $info=null, $backtrace=false)
12.1 Use PHP Exception
Membre JError::raiseError ($code, $msg, $info=null)
12.1 Use PHP Exception
Membre JError::raiseNotice ($code, $msg, $info=null)
12.1 Use PHP Exception
Membre JError::raiseWarning ($code, $msg, $info=null)
12.1 Use PHP Exception
Membre JError::registerErrorLevel ($level, $name, $handler= 'ignore')
12.1
Membre JError::renderBacktrace ($error)
12.1
Membre JError::setErrorHandling ($level, $mode, $options=null)
12.1 Use PHP Exception
Membre JError::throwError (&$exception)
12.1 Use PHP Exception
Membre JError::translateErrorLevel ($level)
12.1
Membre JException::__construct ($msg, $code=0, $level=null, $info=null, $backtrace=false)
12.1
Membre JException::__toString ()
12.1
Membre JException::get ($property, $default=null)
12.1
Membre JException::getError ($i=null, $toString=true)
12.1
Membre JException::getErrors ()
12.1
Membre JException::getProperties ($public=true)
12.1
Membre JException::set ($property, $value=null)
12.1
Membre JException::setError ($error)
12.1
Membre JException::setProperties ($properties)
12.1
Membre JException::toString ()
12.1
Membre JFactory::getACL ()
13.3 (Platform) & 4.0 (CMS) - Use JAccess directly.
Membre JFactory::getEditor ($editor=null)
12.3 (Platform) & 4.0 (CMS) - Use JEditor directly
Membre JFactory::getFeedParser ($url, $cache_time=0)
4.0 Use directly JFeedFactory or supply SimplePie instead. Mehod will be proxied to JFeedFactory beginning in 3.2
Membre JFactory::getURI ($uri= 'SERVER')
13.3 (Platform) & 4.0 (CMS) - Use JUri directly.
Membre JFactory::getXML ($data, $isFile=true)
13.3 (Platform) & 4.0 (CMS) - Use SimpleXML directly.
Membre JFile::getName ($file)
13.3 (Platform) & 4.0 (CMS) - Use basename() instead.
Membre JFile::read ($filename, $incpath=false, $amount=0, $chunksize=8192, $offset=0)
13.3 (Platform) & 4.0 (CMS) - Use the native file_get_contents() instead.
Membre JLogger::__construct (array &$options)
13.3
Membre JObject::__toString ()
12.3 Classes should provide their own __toString() implementation.
Membre JObject::getError ($i=null, $toString=true)
12.3 JError has been deprecated
Membre JObject::getErrors ()
12.3 JError has been deprecated
Membre JObject::setError ($error)
12.3 JError has been deprecated
Membre JObservable::__construct ()
12.3
Membre JObservable::attach ($observer)
12.3
Membre JObservable::detach ($observer)
12.3
Membre JObservable::getState ()
12.3
Membre JObservable::notify ()
12.3
Membre JObserver::__construct (&$subject)
12.3
Membre JObserver::update (&$args)
12.3
Espace de nommage Joomla

12.3 (Platform) & 4.0 (CMS)

12.3 (Platform) & 4.0 (CMS)

4.0 Use JApplicationCms instead unless specified otherwise

12.3 (Platform) & 4.0 (CMS) - Use JApplicationDaemon instead.

12.3 (Platform) & 4.0 (CMS)

12.3 (Platform) & 4.0 (CMS)

12.3 (Platform) & 4.0 (CMS)

12.3 (Platform) & 4.0 (CMS)

12.3 (Platform) & 4.0 (CMS) - Use semantic exceptions instead

13.1 (Platform) & 4.0 (CMS) - Use JDatabaseDriverMysql instead.

13.1 (Platform) & 4.0 (CMS) - Use JDatabaseDriverMysqli instead.

13.1 (Platform) & 4.0 (CMS) - Use JDatabaseDriverSqlazure instead.

13.1 (Platform) & 4.0 (CMS) - Use JDatabaseDriverSqlsrv instead.

12.3 (Platform) & 4.0 (CMS)

12.1 (Platform) & 4.0 (CMS) - Use PHP Exception

12.1 (Platform) & 4.0 (CMS)

12.3 (Platform) & 4.0 (CMS) - Use semantic exceptions instead

12.1 (Platform) & 4.0 (CMS) - Get the JInput object from the application instead

4.0 Use JApplicationWeb instead

12.3 (Platform) & 4.0 (CMS) - Use JCrypt instead.

12.3 (Platform) & 4.0 (CMS) - Use JFeed or supply your own methods

Class will be removed upon completion of transition to UCM

13.3 (Platform) & 4.0 (CMS) - Use SQL queries to interact with the session table.

13.3 (Platform) & 4.0 (CMS) - Use SimpleXMLElement instead.

12.3 (Platform) & 4.0 (CMS)

12.3 (Platform) & 4.0 (CMS) - Use JApplicationWeb instead.

Espace de nommage Joomla

13.3 Use IS_UNIX instead

12.3 (Platform) & 4.0 (CMS)

12.3 (Platform) & 4.0 (CMS)

13.3 (Platform) & 4.0 (CMS)

13.3 (Platform) & 4.0 (CMS)

12.3 (Platform) & 4.0 (CMS) - Use JApplicationCli instead.

Membre JProfiler::getMemory ()
12.3 (Platform) & 4.0 (CMS) - Use PHP's native memory_get_usage()
Membre JProfiler::getmicrotime ()
12.3 (Platform) & 4.0 (CMS) - Use PHP's microtime(1)
Membre JRequest::_cleanVar ($var, $mask=0, $type=null)
12.1
Membre JRequest::checkToken ($method= 'post')
12.1 Use JSession::checkToken() instead. Note that 'default' has to become 'request'.
Membre JRequest::get ($hash= 'default', $mask=0)
12.1 User JInput::get
Membre JRequest::getBool ($name, $default=false, $hash= 'default')
12.1
Membre JRequest::getCmd ($name, $default= '', $hash= 'default')
12.1
Membre JRequest::getFloat ($name, $default=0.0, $hash= 'default')
12.1
Membre JRequest::getInt ($name, $default=0, $hash= 'default')
12.1
Membre JRequest::getMethod ()
12.1 Use JInput::getMethod() instead
Membre JRequest::getString ($name, $default= '', $hash= 'default', $mask=0)
12.1
Membre JRequest::getUInt ($name, $default=0, $hash= 'default')
12.1
Membre JRequest::getURI ()
12.1
Membre JRequest::getVar ($name, $default=null, $hash= 'default', $type= 'none', $mask=0)
12.1 Use JInput::Get
Membre JRequest::getWord ($name, $default= '', $hash= 'default')
12.1
Membre JRequest::set ($array, $hash= 'default', $overwrite=true)
12.1 Use JInput::set()
Membre JRequest::setVar ($name, $value=null, $hash= 'method', $overwrite=true)
12.1
Membre JResponse::allowCache ($allow=null)
4.0 Use JApplicationWeb::allowCache() instead
Membre JResponse::appendBody ($content)
4.0 Use JApplicationWeb::appendBody() instead
Membre JResponse::clearHeaders ()
4.0 Use JApplicationWeb::clearHeaders() instead
Membre JResponse::clientEncoding ()
4.0 Use JApplicationWebClient instead
Membre JResponse::compress ($data)
4.0 Use JApplicationWeb::compress() instead
Membre JResponse::getBody ($toArray=false)
4.0 Use JApplicationWeb::getBody() instead
Membre JResponse::getHeaders ()
4.0 Use JApplicationWeb::getHeaders() instead
Membre JResponse::prependBody ($content)
4.0 Use JApplicationWeb::prependBody() instead
Membre JResponse::sendHeaders ()
4.0 Use JApplicationWeb::sendHeaders() instead
Membre JResponse::setBody ($content)
4.0 Use JApplicationWeb::setBody() instead
Membre JResponse::setHeader ($name, $value, $replace=false)
4.0 Use JApplicationWeb::setHeader() instead
Membre JResponse::toString ($compress=false)
4.0 Use JApplicationCms::toString() instead
Membre JRule::__construct ($identities)
12.3
Membre JRules::__construct ($input= '')
12.3
Membre JSessionStorage::test ()
12.3 (Platform) & 4.0 (CMS) - Use JSessionStorage::isSupported() instead.
Membre JSimplecrypt::__construct ($privateKey=null)
12.3 Use JCrypt instead.
Membre JSimplecrypt::decrypt ($s)
12.3 Use JCrypt instead.
Membre JSimplecrypt::encrypt ($s)
12.3 Use JCrypt instead.
Membre JSimplepieFactory::getFeedParser ($url, $cache_time=0)
4.0 Use JFeedFactory($url) instead.
Membre JString::splitCamelCase ($string)
12.3 (Platform) & 4.0 (CMS) - Use JStringNormalise::fromCamelCase()
Membre JTableSession::__construct (JDatabaseDriver $db)
13.3 Use SQL queries to interact with the session table.
Membre JTableSession::delete ($oid=null)
13.3 Use SQL queries to interact with the session table.
Membre JTableSession::destroy ($userId, $clientIds=array())
13.3 Use SQL queries to interact with the session table.
Membre JTableSession::exists ($userid)
13.3 Use SQL queries to interact with the session table.
Membre JTableSession::insert ($sessionId, $clientId)
13.3 Use SQL queries to interact with the session table.
Membre JTableSession::purge ($maxLifetime=1440)
13.3 Use SQL queries to interact with the session table.
Membre JTableSession::update ($updateNulls=false)
13.3 Use SQL queries to interact with the session table.
Membre JUser::getParameters ()
12.3 (Platform) & 4.0 (CMS) - Instead use JUser::getParam()
Membre JViewLegacy::assign ()
13.3 Use native PHP syntax.
Membre JViewLegacy::assignRef ($key, &$val)
13.3 Use native PHP syntax.
Membre JViewLegacy::setEscape ($spec)
13.3 Override JViewLegacy::escape() instead.
Membre JWeb::__construct (JInput $input=null, JRegistry $config=null, JApplicationWebClient $client=null)
12.3 (Platform) & 4.0 (CMS) Use JApplicationWeb instead.
Membre JXMLElement::asFormattedXML ($compressed=false, $indent="\t", $level=0)
13.3 Use SimpleXMLElement::asXML() instead.
Membre JXMLElement::name ()
13.3 Use SimpleXMLElement::getName() instead.