---
title: "@var &#8211; Joomla DocBlock headers"
description: "Please note the following: This article is supporting documentation for our tutorial, using DocBlocks in Joomla. There is official documentation that references what headers to use in your DocBlocks..."
url: https://www.inmotionhosting.com/support/edu/joomla/joomla-3/var/
date: 2014-06-12
modified: 2021-08-16
author: "Brad Markle"
categories: ["Joomla", "Joomla 3"]
tags: ["Joomla v3"]
type: post
lang: en
---

# @var &#8211; Joomla DocBlock headers

**Please note the following**:

- This article is supporting documentation for our tutorial, [using DocBlocks in Joomla](/support/edu/joomla/joomla-3/docblocks/).
- There is [official documentation](https://joomla.github.io/coding-standards/?coding-standards/chapters/docblocks.md) that references what headers to use in your DocBlocks (such as @copyright and @license), but documentation is missing that outlines what values to use for each header.
- In an effort to learn what values to use per each header, we have scanned the Joomla code and pulled out how each header is used. The idea behind this page is to show you how the **@var** tag has been used in the past within the Joomla code so learn how to use it in your future documentation.

## Value Count

The following table shows the various different values for **@var**, and how many times each value has been used.

| Value | # Times used |
| --- | --- |
| [ * @var string ](#b45cffe084dd3d20d928bee85e7b0f21) | 762 |
| [ * @var array ](#f1f713c9e000f5d3f280adbd124df4f5) | 318 |
| [ * @var boolean ](#84e2c64f38f78ba3ea5c905ab5a2da27) | 111 |
| [ * @var integer ](#157db7df530023575515d366c9b672e8) | 97 |
| [ * @var object ](#a8cfde6331bd59eb2ac96f8911c4b666) | 57 |
| [ * @var mixed ](#1d770934d44de09b0d24f04fd01708ba) | 40 |
| [ * @var /* int A monotonically increasing number, denoting the row number in a repeatable view */ ](#4172a153706b18638fc762cca0ec2c7e) | 34 |
| [ * @var /* FOFTable The item being rendered in a repeatable form field */ ](#01dd6c1370ea870e65322c76b5daf5e7) | 34 |
| [ * @var / InstallationApplicationWeb $app */ ](#63be84c67c0290294ef67afc50579017) | 32 |
| [ * @var int ](#fa7153f7ed1cb6c0fcf2ffb2fac21748) | 28 |
| [ * @var JDatabaseDriver ](#7589aacb2726102947683eaa50a3a858) | 13 |
| [ * @var JApplicationCms ](#a0b75e140554d1869edaf9c863c6a71d) | 12 |
| [ * @var JRegistry ](#708f180332889d356d9d824e9e91ea5f) | 12 |
| [ * @var bool ](#c506ff134babdd6e68ab3e6350e95305) | 11 |
| [ * @var string The prefix to use with controller messages. ](#cae0df48bef176a386688f404f85d055) | 11 |
| [ * @var JHttp The HTTP client object to use in sending HTTP requests. ](#cd6476c88ae0519e10b5f8a5880daf89) | 9 |
| [ * @var array Array containing information for loaded files ](#65fcc115a96d4b3ccca19957afb98856) | 7 |
| [ * @var string The name of the view to link individual items to ](#9d28833bc04ab85bc0cca8661d64b0a2) | 7 |
| [ * @var string The name of the extension for the category ](#0132d58d5242afd972207c99b3cedf6e) | 7 |
| [ * @var SimpleXMLElement ](#39709cb5e4113a906328cef2bf752a48) | 5 |
| [ * @var string The prefix to use with controller messages. ](#6b4d46285e7886ca4ff0d7852e910aca) | 5 |
| [ * @var callable ](#765d2ec94553b7cf4c971e7dfcf0e851) | 5 |
| [ * @var FOFTable ](#63599ff55d9127129b113ad10ecb5ef2) | 5 |
| [ * @var string The default view. ](#65fd77359fdc9e3d88a47dcd64a33266) | 5 |
| [ * @var integer The mcrypt cipher constant. ](#e398f0a3c4f2007324acb651705bb8f6) | 4 |
| [ * @var integer The mcrypt block cipher mode. ](#5c891a842a6cbf8f823915e4f750588f) | 4 |
| [ * @var string The JCrypt key type for validation. ](#449816bc8d98784a548624b26379b209) | 4 |
| [ * @var string The prefix to use with controller messages. ](#6cadb8c4258884e407a45fa5537fca1d) | 4 |
| [ * @var JInput ](#642892594bcca4a821ebacc534c28a2f) | 4 |
| [ * @var float ](#546ade640b6edfbc8a086ef31347e768) | 4 |
| [ * @var string Default title to use for page title ](#3ee0d8d4367da735fc3a327f7359502a) | 4 |
| [ * @var mixed Boolean or array of booleans. ](#3e9b9654f518c786b4653f4e0f38c313) | 4 |
| [ * @var JPagination ](#6b33e463d2a319cc6d95a103f4f2c5bc) | 4 |
| [ * @var / InstallationViewDefault $this */ ](#9b89f2a07a10f668944be36a4cdfb3db) | 3 |
| [ * @var JForm ](#b58993780dafee8fd66311a3d3ea51ae) | 3 |
| [ * @var string The minimum supported database version. ](#0d9b5a0f919d9f469cc96ddc32e828f8) | 3 |
| [ * @var integer The offset for the result set. ](#d95ec924550f2cbba636cf93a5702a99) | 3 |
| [ * @var resource ](#96ab4e163f4ee03aaa4d1051aa51d204) | 3 |
| [ * @var FOFInput ](#af5a0c559b50390d69b170935c26691f) | 3 |
| [ * @var InstallationModelSetup ](#1331945699599eca3c15ead7daf5210c) | 3 |
| [ * @var JRegistry Options for the GitHub object. ](#43af0fe947e705618558c39c69b46880) | 3 |
| [ * @var integer The limit for the result set. ](#c6f01b1fbbb50347d4bb729def03237e) | 3 |
| [ * @var string\|null ](#7dc56e5b5309d75fee68f7f72fe67ac4) | 3 |
| [ * @var JRegistry The client options. ](#5ebba5acb6203a2e236e324204628a89) | 3 |
| [ * @var JEventDispatcher ](#979df81dc17dc1dbd4b3f75c16ba64b8) | 3 |
| [ * @var FOFConfigProvider ](#4dc477135202470f9151b9b379c21fd2) | 3 |
| [ * @var JRegistry Options for the Facebook object. ](#ad920a5fea5ae67dfcf27606fc51197b) | 2 |
| [ * @var JFacebookOAuth The OAuth client. ](#c8b888438558a67ce5f9ab16e9f13a95) | 2 |
| [ * @var array The entry properties. ](#68d036cc5158cec45053f78315941b2f) | 2 |
| [ * @var string The feed format version. ](#50fc10e0fc5f51be54fe1664fd104af2) | 2 |
| [ * @var JDocument ](#29495f13cdd2e958ee3cbd79c1feaada) | 2 |
| [ * @var JDatabaseQuery ](#d00fd2dc5ba05e22bc6e3d52ca552b7b) | 2 |
| [ * @var object user object ](#3db1e110f463cc33f17edbb5249fd6f7) | 2 |
| [ * @var string HTML markup for the dropdown list ](#24039c20e61e767ce175996b648ec546) | 2 |
| [ * @var ](#d41d8cd98f00b204e9800998ecf8427e) | 2 |
| [ * @var string option name ](#a4c54150bb595f8090e843c120947079) | 2 |
| [ * @var boolean\|JExeption True, if FTP settings should be shown, or an exeption ](#4be2c32b56dbe8008b5013d97c6db476) | 2 |
| [ * @var JUcmType ](#cf064ff5f733f040470e0ca4aecafe01) | 2 |
| [ * @var InstallationModelLanguages ](#55beb01859810b05765a36ea3536a66c) | 2 |
| [ * @var resource The image resource handle. ](#b16059def967ee86b061a5796f8c92c9) | 2 |
| [ * @var object client object ](#c2b7912c598214b818d9d56ed7ee7709) | 2 |
| [ * @var JHttp ](#4fcaab7f251cb6b98b04bfa2c47e7ddb) | 2 |
| [ * @var JAccessRules A JAccessRules object. ](#ee134a6faecae962a1ded29fced8711d) | 2 |
| [ * @var JTable ](#812e97477b18204f534b57b46bc6171c) | 2 |
| [ * @var JTwitterOAuth The OAuth client. ](#ddeca12a53a893b722bbcd81efad4a93) | 2 |
| [ * @var mixed Integer or array of integers. ](#3cc1c18e892fbd7558e44770896a97fd) | 2 |
| [ * @var JRegistry Options for the Google data object. ](#baffcedfb9f26a4b88ee90890aeb25b4) | 2 |
| [ * @var JCache ](#a9fde2580087535a556dee8d272b570b) | 2 |
| [ * @var datetime ](#dfeaaeb4316477bd556ea5e8c3295887) | 2 |
| [ * @var scalar ](#a27a6549ade38cc036f7b8c58a840510) | 2 |
| [ * @var integer The affected row offset to apply for the current SQL statement. ](#42de75db8731e2b2d09b9237ad1c9723) | 2 |
| [ * @var array The log of executed SQL statements timings (start and stop microtimes) by the database driver. ](#b91866d13c54e389d2a8fea94f9c0d9c) | 2 |
| [ * @var integer The affected row limit for the current SQL statement. ](#6581a0f33547fba7b176523eed19375e) | 2 |
| [ * @var JLinkedinOAuth The OAuth client. ](#e1676fa8cf8ec86a9da4f7b593e09e9e) | 2 |
| [ * @var JRegistry The application configuration object. ](#c283b03107fd5b39dcae4d65447a3357) | 2 |
| [ * @var JGithubHttp The HTTP client object to use in sending HTTP requests. ](#401f7b1127d9b09a47960bc13477977d) | 2 |
| [ * @var JSession ](#0ec23f5967e6a1de3fc0a523f908f86a) | 2 |
| [ * @var JMediawikiHttp The HTTP client object to use in sending HTTP requests. ](#fd4a57fbd69aacfa58147b1d28eee58a) | 2 |
| [ * @var JRegistry Options for the MediaWiki object. ](#f5efa573f736ab9dca859d722a03bf51) | 2 |
| [ * @var array Bounded object array ](#6214bec9c1138152232ca26799cd6cac) | 2 |
| [ * @var JOpenstreetmapOauth ](#339c374aa242aae24efa31f52f0b383c) | 2 |
| [ * @var JApplicationWebClient The application client object. ](#5c5b23fc68c82ae4619886e859d3dd9d) | 2 |
| [ * @var FOFModel ](#cd008a94e237f644d7153e02f40dc4b3) | 2 |
| [ * @var stdClass ](#09a15e9660c1ebc6f429d818825ce0c6) | 2 |
| [ * @var FOFView ](#a51d01137b4f3e495dfb7fa6dace0dc1) | 2 |
| [ * @var JApplicationWeb The application object to send HTTP headers for redirects. ](#b1e268fc9105ce584c4d9f8a176cd8da) | 2 |
| [ * @var JRegistry Options for the Linkedin object. ](#da3942e06f18c8f5555a7afe7c1f29e4) | 2 |
| [ * @var string The event to trigger after before the data. ](#7954778da6c96f3bdc423d7ccf611f4e) | 2 |
| [ * @var string The default view. ](#e40f79169a5379bf50764ab2d913e1bf) | 2 |
| [ * @var string The event to trigger after saving the data. ](#164922da2af0667d7118a44aaef1d330) | 2 |
| [ * @var object JTable object ](#7d05dd978b230f0542805b8dfb943fc1) | 2 |
| [ * @var JTableObserverTags $tagsObserver ](#683ad75cd737fce7a09b2219e2874726) | 2 |
| [ * @var object pagination information ](#66a9399ce174ed525ffb3c064df021f3) | 2 |
| [ * @var JObject ](#c56b4a4ebd21092d63902ff5b8919388) | 2 |
| [ * @var JUser ](#fde636598fe4e346ee6a5d1f4d764e8e) | 2 |
| [ * @var string The name of the element. ](#ef73683562adb0fd2ed18f051a45a4d9) | 1 |
| [ * @var array An array of elements. ](#359e022520fd0c4d8735408a7ab617a5) | 1 |
| [ * @var string Glue piece. ](#92c38579bbbb7d0d47879dd37276a5f1) | 1 |
| [ * @var resource The prepared statement. ](#9b574815c0bd71ee555a566ac495d0d7) | 1 |
| [ * @var JDatabaseDriverPostgresqlQuery ](#056b8bac057c2da0642b9b2442990a5a) | 1 |
| [ * @var object The RETURNING element of INSERT INTO ](#0ba22977e2c75e260d2c4f18b6950f59) | 1 |
| [ * @var array Config values ](#da9d0d67139edbfe7e1171f5d2245f2d) | 1 |
| [ * @var array Some PHP settings ](#91bf3d3884a1f3aa6e673889724425c6) | 1 |
| [ * @var JDatabaseDriver The database driver. ](#a796c442b0b5b6cf394be6fd9475d7e7) | 1 |
| [ * @var string The SQL query (if a direct query string was provided). ](#e7a21bd1aa60d17a3c7a342e4e7fd827) | 1 |
| [ * @var JDatabaseQueryElement The update element. ](#423c052fbf63363f4d6b1a935b3fc7a4) | 1 |
| [ * @var JDatabaseQueryElement The insert element. ](#a7f58cba8a3d68487deceb01b44377d3) | 1 |
| [ * @var JDatabaseQueryElement The from element. ](#73890ff30824e2f1f65b5711c9206d1e) | 1 |
| [ * @var JDatabaseQueryElement The delete element. ](#e9a2b6f255b7c211accca488008ec382) | 1 |
| [ * @var JDatabaseQueryElement The select element. ](#043063e30a5d0d06d76df929096b8c0f) | 1 |
| [ * @var string The query type. ](#578fec2dbfe0cc4f4a5d1aadcafdc23b) | 1 |
| [ * @var JDatabaseQueryElement The query element for a generic query (type = null). ](#d624635101836d5e0e039115fce5e96e) | 1 |
| [ * @var object The OFFSET element ](#a9eaf947521368dcca47fd8962fb0d9b) | 1 |
| [ * @var object The LIMIT element ](#5e0aacf81174c952d838a814e65d8448) | 1 |
| [ * @var boolean True if the database engine supports UTF-8 character encoding. ](#a2906d9796724808e7e0e45e6e86e663) | 1 |
| [ * @var integer The database error number ](#1fcea3fb1f1159860b07ef3811c109ea) | 1 |
| [ * @var string The database error message ](#27d027e6783033f45e4cfb1bbf5dd46b) | 1 |
| [ * @var string The common database table prefix. ](#bddbdbc6ef7cd7b834988d1b2334e653) | 1 |
| [ * @var mixed The current SQL statement to execute. ](#7c9f90f4303371f145ce533b45121953) | 1 |
| [ * @var string The help screen base URL for the menu item. ](#79034b6782458ce4921c9375b09a6a13) | 1 |
| [ * @var array Passed in upon instantiation and saved. ](#9458a5d10ac5a621cbdc8a8f2e7a264c) | 1 |
| [ * @var array JDatabaseDriver instances container. ](#44eea5e34e780c1b247d6f14ce027e32) | 1 |
| [ * @var string The help screen key for the menu item. ](#24e0a65e09597563196290df21593fdf) | 1 |
| [ * @var object The FOR UPDATE element used in “FOR UPDATE” lock ](#6319d4b4b052282784efbcff85270ea1) | 1 |
| [ * @var object The FOR SHARE element used in “FOR SHARE” lock ](#f8ec957c5715ee144b255fab44e482b3) | 1 |
| [ * @var object The NOWAIT element used in “FOR SHARE” and “FOR UPDATE” lock ](#95982b78096616af64fc542226ecaba1) | 1 |
| [ * @var array Some system values ](#804ec2685f2893410a10f9b46efa48ff) | 1 |
| [ * @var string PHP info ](#a7a56e17885123dd7f094a79a8b9ba9f) | 1 |
| [ * @var integer The depth of the current transaction. ](#27da12c0675bb8f1710aa9314f84e5cf) | 1 |
| [ * @var callable[] List of callables to call just before disconnecting database ](#f706bce5d99e33aa1fc47b3a8caa9ad6) | 1 |
| [ * @var JDatabaseQueryElement The join element. ](#c5dcdbef179594d50aeed700a7b65c23) | 1 |
| [ * @var JDatabaseQueryElement The set element. ](#925f02927543f0dd9bc9f29894c08ba6) | 1 |
| [ * @var array The buffer of profiling messages. ](#7021cfef613be69f9cb1d5372c74c5ef) | 1 |
| [ * @var array The profiling messages. ](#ab355e0baf734662b3ba8290f7ee6dd6) | 1 |
| [ * @var float The previous time marker ](#0761661dbb8b8ded7d436614877b5994) | 1 |
| [ * @var string The prefix to use in the output ](#d7713ddad8fca280b80da4e92d7bd54b) | 1 |
| [ * @var integer The start time. ](#46886b8e764874a472eba5af35868155) | 1 |
| [ * @var JHttpTransport The HTTP transport object to use in sending HTTP requests. ](#801584939211c5e66377996c0b7b8bec) | 1 |
| [ * @var JStringInflector ](#6a895d4c9f3c105e0a27e41c02bc52ba) | 1 |
| [ * @var float The previous memory marker ](#7210a0077780d815208e85e655b84c7d) | 1 |
| [ * @var array JProfiler instances container. ](#d5da3a1f501e472cb56b348582e2508c) | 1 |
| [ * @var JUri URI of the page being rendered. ](#e532294c5b23929fe9462e4f95b4f04f) | 1 |
| [ * @var JRegistry Options for the Google object. ](#c8089ed24966ae68bce46acc40102b30) | 1 |
| [ * @var JAuth The authentication client object to use in sending authenticated HTTP requests. ](#55652764c46d6122b74d07521cf68ca6) | 1 |
| [ * @var JGoogleAuth Authentication client for the Google data object. ](#e10ccb8e69ad19b69d06ecd54d81c376) | 1 |
| [ * @var string url for the latest version check ](#9598e90aef43d818ba475ce1ad11535f) | 1 |
| [ * @var JRegistry Options for the Google authentication object. ](#7045660165e83003c17bd03e715fe876) | 1 |
| [ * @var JOAuth2Client OAuth client for the Google authentication object. ](#930436c2ff86bdb2a8aad8478581defa) | 1 |
| [ * @var JRegistry Options for the HTTP client. ](#9d5fdf5d752cae874b299333e447b5fa) | 1 |
| [ * @var string Server response body. ](#31be4aa943dbefda618343690f1f91e3) | 1 |
| [ * @var JDatabaseQueryElement The values list for an INSERT statement. ](#58922d7e1731ee03bc7c889bc0247d0b) | 1 |
| [ * @var JDatabaseQueryElement The order element. ](#653ead36fc942eff7ab4f4e1eb2b9ce9) | 1 |
| [ * @var object The auto increment insert field element. ](#6662eab1e575a5306c8ace8a876b5509) | 1 |
| [ * @var JDatabaseQueryElement The column list for an INSERT statement. ](#6ae6108aae82837badaadbc9ef53d21f) | 1 |
| [ * @var JDatabaseQueryElement The having element. ](#5088478def03dc36e6b5b824d4e89f02) | 1 |
| [ * @var JDatabaseQueryElement The where element. ](#27db21aae8a02fee6e3c8222ad8dbe55) | 1 |
| [ * @var JDatabaseQueryElement The group by element. ](#66c943b71b1f578e0363e3f8715a1e49) | 1 |
| [ * @var JDatabaseQueryElement The call element. ](#179d91917a64041acd383313237e0f2d) | 1 |
| [ * @var JDatabaseQueryElement The exec element. ](#ab861f2932e8634a27ffbd74055b10e3) | 1 |
| [ * @var array Reusable socket connections. ](#9c2419bd7225fcc54a181f427210a6f5) | 1 |
| [ * @var integer The server response code. ](#1917266b602d209faddd2e79c9179057) | 1 |
| [ * @var array Response headers. ](#c566736de1e4d49760fd23ac45806bc8) | 1 |
| [ * @var string url for the start here link. ](#c4ce5b90ae8b394209a78f5352b60ec7) | 1 |
| [ * @var JDatabaseFactory ](#f001a34e06a800884150acf05a49359a) | 1 |
| [ * @var JDatabaseQueryElement The union element. ](#580b65ddfc9abd2c9d6e1c83cdc17296) | 1 |
| [ * @var JDatabaseQueryElement The unionAll element. ](#e5e0d2e46d4cb2a1ab0c5e82c1e7c600) | 1 |
| [ * @var string The null or zero representation of a timestamp for the database driver. This should be ](#44435fa55cc1ee4438fe532884bf08d1) | 1 |
| [ * @var string The character(s) used to quote SQL statement names such as table names or field names, ](#f841234f02738d685a16de1968aafbd5) | 1 |
| [ * @var string The help screen key for the module. ](#b6b612820b4d4004cb3ea2302037a9e5) | 1 |
| [ * @var JObserverUpdater ](#fde98ce90dfa24ecaa5fd2f19045beec) | 1 |
| [ * @var /* array A list of instanciated objects */ ](#ead193421d72a9325ab6747d503a9228) | 1 |
| [ * @var string The key type. ](#00657460ec093f472a5e1a917bcd2001) | 1 |
| [ * @var string The public key. ](#4a50f1d4fef3332a398d7b1ff01b0a97) | 1 |
| [ * @var JCryptCipher The encryption cipher object. ](#14c2a17744461607a645cea1c5a1a048) | 1 |
| [ * @var JCryptKey The encryption key[/pair)]. ](#c6f14fa9e68b16f179f92c3a4c505c2b) | 1 |
| [ * @var string The private key. ](#96d6b1edd5c405af9e96883ab25ea079) | 1 |
| [ * @var JHelperContenthistory ](#ac45ffc66e62c613c21a788b2b540596) | 1 |
| [ * @var JTableObserverContenthistory ](#99de1ad32679c5ff7a728a97628572fe) | 1 |
| [ * @var JObserverInterface ](#6a8f7c2e4c59d612ba93056d7dd83aa4) | 1 |
| [ * @var JObserverInterface $observerClass ](#cb4f66b77cccd5751ad05e7ae2c462cd) | 1 |
| [ * @var resource Socket resource ](#b6ae2db654d7f750b8631e0ee57a91c3) | 1 |
| [ * @var JInput The input object to use in retrieving GET/POST data. ](#3be8ca7a4da470190dd4ef3382ce8e2a) | 1 |
| [ * @var JRegistry Options for the JOAuth2Client object. ](#2816dfce996a030875f6c02345cf5d91) | 1 |
| [ * @var JHelperTags ](#ff4504aebe582ddf4d0280af5ee0b416) | 1 |
| [ * @var JTableObserverTags ](#7a62adbef84fa66b3682a91457b29b74) | 1 |
| [ * @var string The default hash type ](#a011965bf1b06c8e9db6c6aa06c55236) | 1 |
| [ * @var integer The cost parameter for hashing algorithms. ](#f739170f3403508cda444e5ba60c3070) | 1 |
| [ * @var JTwitterFavorites Twitter API object for favorites. ](#1741a2c31919d762157fba2e720a9c6a) | 1 |
| [ * @var JTwitterDirectMessages Twitter API object for direct messages. ](#c5c5c47da5cd2288b9697aca5787f7e9) | 1 |
| [ * @var JTwitterLists Twitter API object for lists. ](#ca78b91b677436a470a04cf251f8992c) | 1 |
| [ * @var JTwitterSearch Twitter API object for search. ](#8c9ace05c1a1540d5c0f4c67ff362db9) | 1 |
| [ * @var JTwitterStatuses Twitter API object for statuses. ](#20f7769c0ef68a4c4ea1f6532acc339d) | 1 |
| [ * @var JTwitterUsers Twitter API object for users. ](#ea26b17938d05f8bc160226d95da7f05) | 1 |
| [ * @var JTwitterHelp Twitter API object for help. ](#8fa35e7b56095f2a444f11d7833f1d90) | 1 |
| [ * @var JTwitterPlaces Twitter API object for places & geo. ](#df40b0907c25aa6f10bd604c06600dca) | 1 |
| [ * @var JTwitterTrends Twitter API object for trends. ](#24a726ee647d71f94a06e8945ea9c194) | 1 |
| [ * @var /* resource The FTP handle */ ](#ca601b99c8eb51d179eeaf277f45086f) | 1 |
| [ * @var /* array Simple hash data storage */ ](#c64daa985317792b2fb60852e48990db) | 1 |
| [ * @var string The help screen base URL for the module. ](#a4637dcb4a42187ea01622d9c5e4b413) | 1 |
| [ * @var JRegistry Options for the Twitter object. ](#be95fadee71375eab4967ee5a5115f73) | 1 |
| [ * @var JRegistry Options for the JTwitterOauth object. ](#a2f42c8fea4e44018c1e645c7b6b7e4c) | 1 |
| [ * @var JTwitterBlock Twitter API object for block. ](#e503aa6c3f104ece1c34c874839e6255) | 1 |
| [ * @var JTwitterProfile Twitter API object for profile. ](#97a5ccc843b76055c73a51e8be025913) | 1 |
| [ * @var resource Data port connection resource ](#0e7467cba1f4c49b53626234120d3f17) | 1 |
| [ * @var array Passive connection information ](#3fcd06be130a786f850176a006bb7021) | 1 |
| [ * @var JMail ](#623c0499459e9f3d41f6a13a94fc2b0e) | 1 |
| [ * @var JAuthentication JAuthentication instances container. ](#484311b989c065fa3478c1052e73b0fe) | 1 |
| [ * @var /* int Timestamp of execution start */ ](#b36bb7bbf6eadda50fe6ea16936e030e) | 1 |
| [ * @var JAccess ](#f6da161d3db4d4cd1412cef4def66a41) | 1 |
| [ * @var JLanguage ](#abd19e0803deff94e778cb9b5a4b9222) | 1 |
| [ * @var object model state ](#dee1cb1bc6ffa8f950272291b1a03bcb) | 1 |
| [ * @var JConfig ](#d74e6c7f984d0a6a8515580b70a46682) | 1 |
| [ * @var array JUser instances container. ](#d06be7da483c2016fafa329237159584) | 1 |
| [ * @var array An array of cached data. ](#f513376dbccc92c3b70f141ca7aa9687) | 1 |
| [ * @var object item list ](#4ea81ea232dedc43014cb16cbb993ec7) | 1 |
| [ * @var array The log of executed SQL statements by the database driver. ](#4b5199b501e4c558200ffd973115c65e) | 1 |
| [ * @var boolean True to use local lookup for the help screen. ](#2191faf1919dfdd7d86733c5e59bfbaf) | 1 |
| [ * @var boolean The database driver debugging state. ](#13e72ded2d98a3bd525cb4e771f56731) | 1 |
| [ * @var resource The database connection cursor from the last query. ](#c56a1433df97cbebf9e344a22011a4d3) | 1 |
| [ * @var resource The database connection resource. ](#d235bdb4052983fd79bab8843163121f) | 1 |
| [ * @var integer The number of SQL statements executed by the database driver. ](#3519ef90868e9aa0bdb56c26f5dbbcb8) | 1 |
| [ * @var string Current DN ](#d769efe1f7680ac9d99d22d04c781846) | 1 |
| [ * @var mixed LDAP Resource Identifier ](#b99da1375c82640f4853ed3663db4070) | 1 |
| [ * @var array JClientFtp instances container. ](#df1d16d9dda564e2add5073d363a2e41) | 1 |
| [ * @var string Hostname of LDAP server ](#8985d754e25d653b2e95e97dbc3a30dc) | 1 |
| [ * @var bool Authorization Method to use ](#70da43b7083117b0c82d62473e5709e0) | 1 |
| [ * @var array Array to hold ascii format file extensions ](#5898b2fb6739a3fa74461a29d489cd40) | 1 |
| [ * @var integer Transfer Type ](#33ca619aa72a7e8f13b75d456fbea70d) | 1 |
| [ * @var string Response Message ](#d8ecfdd7f31c0602fd7095d47c729597) | 1 |
| [ * @var integer Timeout limit ](#3e338850036242446fd890ea0f5e69af) | 1 |
| [ * @var int Port of LDAP server ](#f50f07ea564a2c2289a58b9deddd659d) | 1 |
| [ * @var string Base DN (e.g. o=MyDir) ](#256b00516caec875c2d8a7da619680d5) | 1 |
| [ * @var boolean Negotiate TLS (encrypted communications) ](#2a3c1ec22a25e674c36a16bbe69b9c83) | 1 |
| [ * @var string Username to connect to server ](#da96e023a0c6be1e9f05cbf1f0ef75d5) | 1 |
| [ * @var string Password to connect to server ](#77000f2daa5a1713f4f16ed349e1ecb6) | 1 |
| [ * @var boolean No referrals (server transfers) ](#ef337c8f627ea5dbd9fd70084a3ee3d0) | 1 |
| [ * @var boolean Use LDAP Version 3 ](#cfb2efc141c6f3acb346d2be41da6bbc) | 1 |
| [ * @var string User DN (e.g. cn=Users,o=MyDir) ](#a15bea2b13e043224d0fbd4e30bfd5f0) | 1 |
| [ * @var string Search String ](#34baaeafb77aac56d81fdbe7cdeb1e3a) | 1 |
| [ * @var JGoogleData Google API object for data request. ](#53afa9962ea539151c2f32afab6ab054) | 1 |
| [ * @var JGoogleEmbed Google API object for embed generation. ](#6a94ac058e73ba77d8b2fad0fa5433f8) | 1 |
| [ * @var int 0=not rerun, -1=skipped, -2=failed, 1=succeeded ](#67664c04927593d8d3603dc11998d632) | 1 |
| [ * @var /* int Maximum execution time allowance per step */ ](#3f1d4f044ad0eae4a8cff787006ac19f) | 1 |
| [ * @var JTableExtension ](#2292adb10f11f8834a276bb8b633c911) | 1 |
| [ * @var integer 0=not checked, -1=skipped, -2=failed, 1=succeeded ](#8b17618cf2de003a7321848cc0f009f6) | 1 |
| [ * @var array JEditor instances container. ](#db6b68b8f0ae2f6ddfe5997ae0e62894) | 1 |
| [ * @var array Array to hold the pathway item objects ](#cd2e9e4410176817c389ff6c105b771a) | 1 |
| [ * @var integer Integer number of items in the pathway ](#c721ab681e4cd6399382d03e16153072) | 1 |
| [ * @var array JPathway instances container. ](#7241b380021d33a5fca8d14e534d0701) | 1 |
| [ * @var JInstaller ](#05c59094d5ee92b18f94024ff11b88e0) | 1 |
| [ * @var JProfiler ](#a2cde5860c411876104c6e60a5413205) | 1 |
| [ * @var string Value of the primary key in the content type table ](#5250ae625264f59e31df11222d099421) | 1 |
| [ * @var string Name of the view for the url ](#1de1a1744e7890d1178839500e90fbfe) | 1 |
| [ * @var JTableCorecontent $ucmContentTable ](#fc684365cb017fe3d194af25126a301f) | 1 |
| [ * @var string Option for the extension (such as com_content) ](#1c3c7c7a7a676faf2d4d1afd4d48ef5a) | 1 |
| [ * @var array Holds the language lookup ](#19d95abc305a8e18a7066975e715e992) | 1 |
| [ * @var string The extension for which the categories apply. ](#9432d397b029d01e8734b133bd0e0879) | 1 |
| [ * @var array Holds the reverse lookup ](#d3f376fa33b52153bed1e523a0513b22) | 1 |
| [ * @var string Button type ](#8422bb263bb0eddcd5bd52edc4f954c7) | 1 |
| [ * @var JToolbar ](#3e2fb66b5ba682e96b1eb46125d30996) | 1 |
| [ * @var /* string Product name. */ ](#fbef8680d2f15a5c8e7507ee14ae2ddc) | 1 |
| [ * @var /* string Release version. */ ](#bf61b86f172a1a7352efed7017ec9503) | 1 |
| [ * @var /* string Maintenance version. */ ](#02f70f81fe37d066c644883d59772c78) | 1 |
| [ * @var JPlugin ](#800f6dc8b5a32edfddfb623d1d78d874) | 1 |
| [ * @var JEditor ](#7f884851bc27798644e500c48dbe4da7) | 1 |
| [ * @var \Symfony\Component\Yaml\Parser; ](#d7f4f851172803c40ed7f18e68051ad4) | 1 |
| [ * @var \Symfony\Component\Yaml\Dumper; ](#cc0ca9dcb59d0315ccbca2639ac94ffe) | 1 |
| [ * @var /* string Development STATUS. */ ](#bd8a1e7a89c534309111010548260c48) | 1 |
| [ * @var /* string Build number. */ ](#87656d872f538f4018b967ca21ee5f63) | 1 |
| [ * @var /* string Copyright Notice. */ ](#c84049437b431d3f4170fe837154ba89) | 1 |
| [ * @var /* string Link text. */ ](#a6b508b212b78abb22f9edc9ce914d09) | 1 |
| [ * @var JButton ](#cb1d6c9e2da4c78cefb28468ce10e074) | 1 |
| [ * @var /* string Release timezone. */ ](#89a8d935e7f66e8ebe0ed710b9bc49cb) | 1 |
| [ * @var /* string Release time. */ ](#bc7e48a112fd3872bee40bfd9002993c) | 1 |
| [ * @var /* string Code name. */ ](#bbd7a09551a63b00ddb72f6f53ae5aa0) | 1 |
| [ * @var /* string Release date. */ ](#b1a6bb62f6377b5533764fa0a3f6cbf7) | 1 |
| [ * @var string Dot separated path to the layout file, relative to base path ](#b1da7bcd16af40164a713f78c3c7ad9c) | 1 |
| [ * @var string Base path to use when loading layout files ](#8f60887db038382f51908549f31bbc48) | 1 |
| [ * @var string Error type. ](#c02997ff3a45b199f9b54355209d1787) | 1 |
| [ * @var mixed Backtrace information. ](#41455acb239f159cfc044a2f1c70d103) | 1 |
| [ * @var array Body ](#0b58e2447a0cdbe77021c21abd54b306) | 1 |
| [ * @var string Error message. ](#c23a98206434b33b5d5329e873ac10fe) | 1 |
| [ * @var string Error code. ](#b31518b62b5f801d3ba8ea8380b18651) | 1 |
| [ * @var JCrypt ](#d98e3cd08c492bb18e9bce44540da852) | 1 |
| [ * @var string Error level. ](#64bf38ac0f0f7e20293a5e8a4507bac4) | 1 |
| [ * @var boolean Cachable ](#3b2f825db88a6beddfb20f546bfbfd5d) | 1 |
| [ * @var array Headers ](#e8b0d4f8e6f9c446e05d96f65caf2726) | 1 |
| [ * @var JMenuNode ](#c2896699ab236e0486cc662a3dec4d15) | 1 |
| [ * @var integer Extension Identifier ](#767c9044d252dc007a4ef223e713aee5) | 1 |
| [ * @var JInstaller Installer object ](#179eacc357311217e33ad640e657abb1) | 1 |
| [ * @var Array of Children ](#5b03ab56b3bc8365d0217862d99f7eeb) | 1 |
| [ * @var JModelCategory ](#1e96bba139afa9d06cb805201765ed61) | 1 |
| [ * @var date ](#5fc732311905cb27e82d67f4f6511f7f) | 1 |
| [ * @var array JApplication instances container. ](#70989bd43db4df58f56bcf524a109c56) | 1 |
| [ * @var boolean True to enable legacy error handling using JError, false to use exception handling. This flag ](#669f94420ed95176ce5539492380e6ff) | 1 |
| [ * @var JControllerLegacy ](#41c01e82297dfd15ba2153e6bde7fd46) | 1 |
| [ * @var integer Total number of rows. ](#4502f6fe7968a95189924f29eb9afa48) | 1 |
| [ * @var integer Prefix used for request variables. ](#58daa040faa6b9dd38ccd4bb1c52d40e) | 1 |
| [ * @var integer Value pagination object begins at ](#dc6304ff83cd313c3519b9ebb89ec8a6) | 1 |
| [ * @var integer Number of rows to display per page. ](#9aadfb39ba9573ee4ede0c1b74c5e410) | 1 |
| [ * @var integer The record number to start displaying from. ](#423bd974c6ad9e5aea68e944ecfa2c70) | 1 |
| [ * @var string Full path to actual layout files, after possible template override check ](#222b1a3069fdb44872545c55b0d95263) | 1 |
| [ * @var array JMenu instances container. ](#b21b96d4a5e744be893774cd26b75a0c) | 1 |
| [ * @var integer Value pagination object ends at ](#b6be202754d9a7e673eb05b1d7ef86eb) | 1 |
| [ * @var integer Current page ](#cee0becbb80a59f04c4266284fc03c9d) | 1 |
| [ * @var string The link URL. ](#ef4c4269c8bd2e2d231551b92e42cccb) | 1 |
| [ * @var integer The prefix used for request variables. ](#673be619df21446fdf44a7c2866ca3a4) | 1 |
| [ * @var boolean Flag whether the object is the ‘active’ page ](#dd2747ea3e16461e3fb894ef9d03b3f6) | 1 |
| [ * @var integer The number of rows as a base offset. ](#ccca3055b00df0c2e0f0fb6579b6d9fe) | 1 |
| [ * @var string The link text. ](#a6ffd646069ea895a30038f192e7b33b) | 1 |
| [ * @var integer Total number of pages ](#430ec9cfc8c6244e2d1a01741625f2b6) | 1 |
| [ * @var boolean View all flag ](#7401cac57bef489321fcad3f0e643f90) | 1 |
| [ * @var array Format instances container. ](#aaa8d0b02fb6934517b3dbb0a7f8ed8e) | 1 |
| [ * @var Container ](#0e7278cda02a9c0446dcc75a4df34eb2) | 1 |
| [ * @var FOFForm ](#bc40982d5c9466e6be7055e097969c4e) | 1 |
| [ * @var array informations about writable state of directories ](#072995e87c68ff24b05e199ffb6bac00) | 1 |
| [ * @var array\|null ](#67305549725627ac00e7cbcc4c1c3fa4) | 1 |
| [ * @var string the search string ](#b25ec55d93deaf103007f28b8e563ccb) | 1 |
| [ * @var string the page to be viewed ](#33c33e975a4b02b91033b98d6558edfd) | 1 |
| [ * @var Memcached ](#05894ba2c918dd33592bf1bd21c347f6) | 1 |
| [ * @var array Table of contents ](#ffe6446f03f45bfc2633479af28061f7) | 1 |
| [ * @var string the iso language tag ](#2c664d30a509c95481ca8cd7242c641e) | 1 |
| [ * @var /* array Configuration parameters */ ](#ef1b4448dae654d3a57dcce919c0f31f) | 1 |
| [ * @var /* array Input (e.g. request) variables */ ](#50210400aeaa843703fd97d1175b1eff) | 1 |
| [ * @var int Bit mask to enable Routing on redirects. ](#daa183044c5863853c4156721283730e) | 1 |
| [ * @var string php info ](#568a9d9504ff3afd76e8b8b8e34cf2d3) | 1 |
| [ * @var array somme system values ](#63e984f929a2c6abb9ee598adc15828f) | 1 |
| [ * @var /* bool Should I render buttons in the front-end? */ ](#beb11a0dd1def16f0db67a7c08d090f3) | 1 |
| [ * @var /* bool Should I render the submenu in the front-end? */ ](#3714aca8eb26d96dc3a410041eacf139) | 1 |
| [ * @var /* array Permissions map, see the __construct method for more information */ ](#3454b2b059450b351609c2ecb5320636) | 1 |
| [ * @var /* array The links to be rendered in the toolbar */ ](#e54afced958daf50fa788ecbf31bf169) | 1 |
| [ * @var Memcache ](#43cad92d5ade2aeb2c4eb06e1f8dd5b8) | 1 |
| [ * @var array Options ](#dede6e2cea1f4c258df6b9361023b73c) | 1 |
| [ * @var SimpleXMLElement The album’s XML ](#247bed36286a3e938944073fb7709e80) | 1 |
| [ * @var string Rawname ](#e60a80640c087cd2d5a820f7e51ea5e8) | 1 |
| [ * @var datetime Now ](#b63f922a8ac82519a6c95be04c240723) | 1 |
| [ * @var SimpleXMLElement The photo’s XML ](#dd394cbe990739fb06e13d40b809e06e) | 1 |
| [ * @var JGoogleDataPlusComments Google+ API object for people. ](#609b27590f981bf4282b6da4d41c2915) | 1 |
| [ * @var JGoogleDataPlusPeople Google+ API object for people. ](#fe478287e0d78a62bc2201d21bb587c0) | 1 |
| [ * @var JGoogleDataPlusActivities Google+ API object for people. ](#de8d24238dbb7e1be32602f7f2a7eb9f) | 1 |
| [ * @var integer Cache lifetime ](#7530a83d174fac5b78fd536bbde2d4c2) | 1 |
| [ * @var boolean Locking ](#52c7d54b83cc2686e498add74806de99) | 1 |
| [ * @var string Cache group ](#3258dfff20a36c7328bf140bb29bceaf) | 1 |
| [ * @var object Cache lock test ](#5213c6fcd8def4a4f58f959e11ac2643) | 1 |
| [ * @var object Storage handler ](#a97680c3e9d095e745a4768aa7cd5a34) | 1 |
| [ * @var integer ID property for the cache page object. ](#efcd2766acd57d3b2d42042e57f647cd) | 1 |
| [ * @var string Hash ](#a9539bf980c738dc6f7f64dd954b7ab7) | 1 |
| [ * @var string Language ](#3c147b14d55cdbb5b2541859a7f5c578) | 1 |
| [ * @var string Application name. ](#1c449fe93cf0844fb799fe1ca54e6156) | 1 |
| [ * @var array config values ](#6c6efef8202935fb8eec0943f03b95fd) | 1 |
| [ * @var FOFModelDispatcherBehavior ](#8a907600987d7c1ee49f4fd80da9ceb1) | 1 |
| [ * @var /* int The Time Step for the TOTP used in FOF’s transparent user authentication */ ](#57bda2ab47395813555d2dc2252af1e0) | 1 |
| [ * @var /* string The key for the TOTP, Base32 encoded (watch out; Base32, NOT Base64!) */ ](#ef18b571c13b59ad5b1efdcd30c069a0) | 1 |
| [ * @var /* array Which formats to be handled by transparent authentication */ ](#c93c3fed972f1e1682a42f0ff17e1936) | 1 |
| [ * @var /* string The name of the default view, in case none is specified */ ](#fd59663e066982944eef43d6b2852be1) | 1 |
| [ * @var /* FOFInput Input variables */ ](#450a1c3ebc2214b4192c6effd303e6de) | 1 |
| [ * @var /* string The cipher key (password) */ ](#5c9d73d38790d8d19c5ce853d73dd387) | 1 |
| [ * @var /* array Configuration variables */ ](#7105fd837324d294af1729f335ddbcd6) | 1 |
| [ * @var /* array Which methods to use to fetch authentication credentials and in which order */ ](#958edcc341059bc6aafcc346c2a8b408) | 1 |
| [ * @var /* bool Did we successfully and transparently logged in a user? */ ](#352bb8cd5bbe248ca4cba45081a4adda) | 1 |
| [ * @var array $aliases ](#2b6abbaca96fbdd3686221646ea8f030) | 1 |
| [ * @var array $instances ](#323eb99c712f41ec3eefbd596ff6e995) | 1 |
| [ * @var array $dataStore ](#5956b5f165cdb88a0af31e317434463b) | 1 |
| [ * @var ProcessorInterface ](#2565531351c109f6c32c516d42ed3747) | 1 |
| [ * @var FOFAutoloaderFof ](#ce3a0b75e1cc9b7affb1a6591bc4b864) | 1 |
| [ * @var /* string The calculated encryption key for the _TOTP methods, used if we have to encrypt the reply */ ](#23ab58182e3d3e56c98d64ca1eb762dc) | 1 |
| [ * @var FOFAutoloaderComponent ](#0154c9ec7377d46a6245bdb41bd39f5e) | 1 |
| [ * @var /* string Cipher mode. Can be CBC or ECB. We recommend using CBC */ ](#6d77c90744376f64f7a57e47a4c9633b) | 1 |
| [ * @var /* string The AES cipher to use (this is an mcrypt identifier, not the bit strength) */ ](#e0f0fd4f0041a1a4c7e98ad1550012cb) | 1 |
| [ * @var JRegistry\|null ](#0943e6d62effa447bcb64e7d0bfb7398) | 1 |
| [ * @var FOFPlatformInterface ](#70b260aa0b1d967ea73b299629c34bb1) | 1 |
| [ * @var /* FOFForm The form to render */ ](#d6eb2a577b554efeb2610a61cd738a6f) | 1 |
| [ * @var FOFHalLinks ](#5211503a9a77fede66159332fd60170c) | 1 |
| [ * @var FOFHalDocument ](#db57b16194fc43732f6c9b0cffa2fc31) | 1 |
| [ * @var FOFLessParser ](#abfc19a4409045687d950b1423126b2d) | 1 |
| [ * @var FOFUtilsObservableDispatcher ](#7e9b8f29d6e07f10514f4a624ceb4f28) | 1 |
| [ * @var /* array Data lists */ ](#6ee16e61bcb2ec8568eadeecc962f409) | 1 |
| [ * @var /* array Permissions map */ ](#fbeaf7d8334bdbc5d2ff42561159cb3c) | 1 |
| [ * @var array some php settings ](#6bc3df859c75a971fc07bd71786cbfb3) | 1 |
| [ * @var FOFTableDispatcherBehavior ](#6f28393ae5b94563607c03315103521c) | 1 |
| [ * @var FOFTableRelations ](#4a60e15f5783065a271c157703fa3527) | 1 |
| [ * @var /* int Is this renderer enabled? */ ](#9cafbf3701f134c1d4b0f01208c21322) | 1 |
| [ * @var /* int Priority of this renderer. Higher means more important */ ](#36977574fa08a2981d7eac8a32c5436f) | 1 |
| [ * @var array Contains objects of the FOFRenderAbstract class ](#44d0d371651963d8a408b26d8ffe15eb) | 1 |
| [ * @var FOFRenderAbstract ](#3182db977dce9849c254ad67e3bacfd3) | 1 |
| [ * @var JTwitterFriends Twitter API object for friends. ](#31ee31234015542536b555c134fdecca) | 1 |
| [ * @var JObject Object containing permissions for the item ](#58f1820fa1ab7af9f2e9006315d9861f) | 1 |
| [ * @var string Class used for Media RSS <media:rating> ](#fda17b533eb54e3caab0abfc45078072) | 1 |
| [ * @var string Class used for Media RSS <media:restriction> ](#cf6cc301aa035289603f6a978b1a2048) | 1 |
| [ * @var string Class used for content-type sniffing ](#a7256674d98a3af81d1c459eb8bedd96) | 1 |
| [ * @var string Class used for Media RSS <media:credit> ](#098d7d89c8847e02c5f21839208ac061) | 1 |
| [ * @var string Class used for Media RSS <media:copyright> ](#d01ef0f1e87fb448acca16b9f6e874a0) | 1 |
| [ * @var string Class used for categories ](#b21872ab72f6035dc1f517ea0143db3a) | 1 |
| [ * @var string Class used for enclosures ](#1ce1887843552a3c971a15667a2a0c3c) | 1 |
| [ * @var string Class used for Media RSS <media:text> captions ](#0bafd175fdc04973bc71a3ef84be2094) | 1 |
| [ * @var string Class used for item sources. ](#af386d5e29a96a5d3818dfed260de3c7) | 1 |
| [ * @var mixed Set javascript query string parameter (false, or ](#80a314b66218543102c75515035af6bd) | 1 |
| [ * @var array Stores the URLs when multiple feeds are being initialized. ](#04b37f92597061c02f5dd54d7bfde9bb) | 1 |
| [ * @var array Stores SimplePie objects when multiple feeds initialized. ](#90b36d92a96201c08bfcf1b457c26dcd) | 1 |
| [ * @var array Stores the get_object_vars() array for use with multifeeds. ](#4d063fb1cf55b3b557644cbe8ac1373b) | 1 |
| [ * @var string Web-accessible path to the handler_image.php file. ](#6a95273cd4d8540aa33f79acaadbf0c0) | 1 |
| [ * @var string Web-accessible path to the handler_favicon.php file. ](#44f94782a056857cf00ff20f09f096a8) | 1 |
| [ * @var int Maximum number of feeds to check with autodiscovery ](#92ffcb7e16298f179cbe257953f02b12) | 1 |
| [ * @var array All the feeds found during the autodiscovery process ](#847c40487db794fc32e3fa7be73b7eb4) | 1 |
| [ * @var string Class used for authors ](#f206aaff579c1f973dfc556476833f42) | 1 |
| [ * @var string Class used for items ](#93003cca76615a27f93f61fe9ae13cfc) | 1 |
| [ * @var bool Enable/Disable Caching ](#059d3a497ee430a92b2a020871588708) | 1 |
| [ * @var int Cache duration (in seconds) ](#58cede1d8812596a24abd6f4cc0ff048) | 1 |
| [ * @var int Auto-discovery cache duration (in seconds) ](#78abc0917f2bcba97ee150ee92946091) | 1 |
| [ * @var bool Enable/Disable XML dump ](#41beef0dc5f5e89e103cbef32d628d32) | 1 |
| [ * @var bool Force the given data/URL to be treated as a feed no matter what ](#2171da0856d9258321a75da8ce2b0277) | 1 |
| [ * @var int Timeout for fetching remote files ](#72061ad46c330d70dfbfd32f19f73584) | 1 |
| [ * @var bool Forces fsockopen() to be used for remote files instead ](#e73d545eb0d59ddd784ee56c6f4509ed) | 1 |
| [ * @var string Cache location (relative to executing script) ](#f473b10a036a9ee5d026c7ef3b59dc2d) | 1 |
| [ * @var string Function that creates the cache filename ](#b9085d721dd683a9450087e3176147e0) | 1 |
| [ * @var string Class used for locating feeds ](#74638a270c75143e2e2c139fe8f979db) | 1 |
| [ * @var string Class used for parsing feeds ](#39e4c8962e6fae01e5ba52641376ac89) | 1 |
| [ * @var string Class used for fetching feeds ](#4c3f0421f99c1075fffb176b13e2dd7d) | 1 |
| [ * @var string Class used for caching feeds ](#e9297ae2fbba621de9210c12703693a8) | 1 |
| [ * @var int Feed Autodiscovery Level ](#12bbc16013420f65e44b7173d001c7ef) | 1 |
| [ * @var bool Reorder feed by date descending ](#587010d4c4960766b8e1023bf35fd571) | 1 |
| [ * @var mixed Force input encoding to be set to the follow value ](#64b99f386d439f14967581ef1cd1f883) | 1 |
| [ * @var integer Stores the number of items to return per-feed with multifeeds. ](#ee507636557aa02460df19a94564b65b) | 1 |
| [ * @var array Stores the default attributes to be stripped by strip_attributes(). ](#7e5da115d31d778e86452415c1cf9998) | 1 |
| [ * @var XMLReader ](#e708af0bc03ed6dd21ba2072985c7dda) | 1 |
| [ * @var array The list of registered parser classes for feeds. ](#961bd9829f67ac7a53631d84e1ce0eed) | 1 |
| [ * @var DateTimeZone ](#34dacb78f08eea36eb06a630f7f61029) | 1 |
| [ * @var /* string Absolute path to prepend to extracted files */ ](#d51e2955c19e259f353031c0bf5f9373) | 1 |
| [ * @var string The feed element name for the entry elements. ](#7680431a70d7a76025bd2b1cb2817b11) | 1 |
| [ * @var /* array Which files to rename */ ](#b12c306ec24c95320ca62a58a6db4fcd) | 1 |
| [ * @var array The list of feed entry objects. ](#93ea69725eb1ec72c8e8b450dd94881d) | 1 |
| [ * @var JRegistry Options for the JFacebookOAuth object. ](#c389d68e2c393e8e424356a29a51eea3) | 1 |
| [ * @var /* AKAbstractPostproc Post processing class */ ](#897d4f04269b21d5985d88fd358c0680) | 1 |
| [ * @var JFacebookCheckin Facebook API object for checkin. ](#45004b6a07de8aac4b233681107fe31b) | 1 |
| [ * @var JFacebookEvent Facebook API object for event. ](#df818df539955324dfcec18ebc73d3f7) | 1 |
| [ * @var JFacebookGroup Facebook API object for group. ](#2cf07abc44756f4134eddfa582c975fe) | 1 |
| [ * @var JFacebookStatus Facebook API object for status. ](#878ff19605891da4f928e744137425ff) | 1 |
| [ * @var JFacebookUser Facebook API object for user. ](#4219515a9a598f7ceb36c22e89f8c1a7) | 1 |
| [ * @var /* bool Should I restore permissions? */ ](#9dbb4b6a3e815d2fd770e103a2cce449) | 1 |
| [ * @var /* integer The offset inside the current part */ ](#b4ad9a722039f3514acae9e5cf942703) | 1 |
| [ * @var mixed (depends on the renderer) ](#8f5cfb271fa2d8f5a662652e3516af15) | 1 |
| [ * @var /* array Which directories to rename */ ](#1491cb8b451c022121cc9876cb3193ec) | 1 |
| [ * @var integer Major version number ](#defc597f2c6f4bcc61df04047734c9f6) | 1 |
| [ * @var integer Minor version number ](#63262b3ad341fa75de184c29adf000b9) | 1 |
| [ * @var string Browser name. ](#26b44061e31ca059b80e01f665de7b33) | 1 |
| [ * @var /* array Which files to skip */ ](#9bbb6718a54c155e782851051cd05db6) | 1 |
| [ * @var SimplePie_File ](#490a8e2f2781893aa0033df898b623e5) | 1 |
| [ * @var array Stores the default tags to be stripped by strip_htmltags(). ](#5892b78d8e87baee5a9f07638f5d87c6) | 1 |
| [ * @var /* integer Chunk size for processing */ ](#47b9ae14127ff2a0dcff697c21e2c083) | 1 |
| [ * @var string Full user agent string. ](#a40243642ec5310ff011a500dd8172e4) | 1 |
| [ * @var string Lower-case user agent string ](#7b734e0745d412a69a2449fcd3efdfc2) | 1 |
| [ * @var boolean Is this a mobile browser? ](#1cb2a56dbd69a14a6b7ed58d4d80df2f) | 1 |
| [ * @var array JBrowser instances container. ](#7d2ea3292abf297b4fab41862a0c16dd) | 1 |
| [ * @var array or string ](#a578db27e590125c9569023ca1750c09) | 1 |
| [ * @var array Known robots. ](#85083d0f775b383e976bd38107634a6b) | 1 |
| [ * @var string Platform the browser is running on ](#bf9b4fbbb37ed27a2aaf74ba16085079) | 1 |
| [ * @var string HTTP_ACCEPT string. ](#d31cab977ec6f40805c63f6ef912a438) | 1 |
| [ * @var array Parsed HTTP_ACCEPT string ](#9417506911c8c0008d16ce13a246d58a) | 1 |
| [ * @var string Raw feed data ](#08af369f18bfedc74fdf1cbf9af79614) | 1 |
| [ * @var object Instance of SimplePie_File to use as a feed ](#c6a157036e504ad596aae5f129bcfbb7) | 1 |
| [ * @var integer Number of columns in a multi column display ](#959c5bd55d855a63aabb041f6abe5302) | 1 |
| [ * @var /* array An array of observers */ ](#26d4e32666737947810fb1759e3cfcf5) | 1 |
| [ * @var / JViewHtml $view */ ](#60f9b160656904352d61da59ace6d64e) | 1 |
| [ * @var array Array of links in blog display ](#62ec8538413bc7adf1f8b58a5287c334) | 1 |
| [ * @var array Array of intro (multicolumn display) items for blog display ](#e24fd754eb14b014b1c7b9b0cecee782) | 1 |
| [ * @var object The user profile data. ](#d47c579c949e06cf2692d8d6474e34e5) | 1 |
| [ * @var FinderIndexerQuery ](#099da74361b546e104ed18e49e42c1ec) | 1 |
| [ * @var array Array of leading items for blog display ](#a603eb660412cd0d6c3870bf4f3bc3df) | 1 |
| [ * @var object Client object ](#4dfc383d444ae485d7da15b575bfe7e0) | 1 |
| [ * @var array Languages description ](#f27971c47e4cb8b8cba92674cd51b31f) | 1 |
| [ * @var / InstallationViewCompleteHtml $this */ ](#4738e28617866a226c004effe0675171) | 1 |
| [ * @var /* int Last reported warnings’s position in array */ ](#f579433e513667058828d2d8572f6421) | 1 |
| [ * @var /* string The database root key */ ](#c986d1c93f4a48c10cb77198f22c672d) | 1 |
| [ * @var / InstallationViewRemoveHtml $this */ ](#c378fe737c49872b57717642a52bd88b) | 1 |
| [ * @var Admin Id, author of all generated content ](#7f28f3b6ce57427c0b99532c10b83207) | 1 |
| [ * @var string Language path ](#2521a6958ec562720c4f77535b5cc91c) | 1 |
| [ * @var integer Total number of languages installed ](#e75a04823b2c49bdca08fbc6cce222ad) | 1 |
| [ * @var object The user registration data. ](#892888b0002bfe49362d8695e16cde41) | 1 |
| [ * @var /* bool Should I use FTP over implicit SSL? */ ](#063e011356047ad8bb697efbc1bf8d98) | 1 |
| [ * @var array languages information ](#60c896be711b39268dc2d5a3814598af) | 1 |
| [ * @var /* int FTP port */ ](#5069dce09a16bf6ad709763319bf126f) | 1 |
| [ * @var array languages description ](#ec373f8dc74d21656f3daea06e915956) | 1 |
| [ * @var /* string FTP user name */ ](#504f5cf059de3392a109422eda1bfc92) | 1 |
| [ * @var /* string FTP password */ ](#822166e3865daff55c4d02dafd547d29) | 1 |
| [ * @var string The type alias for this content type. ](#f9c9c5f853763dba16b340af9ece89fb) | 1 |
| [ * @var /* string FTP initial directory */ ](#c48dd614e0afc241c1765a5f0f5d9853) | 1 |
| [ * @var int total number pf languages ](#67cc9191c57c710c55f246ac47e831e5) | 1 |
| [ * @var int total number pf languages installed ](#05fa51bb370923d23ba3f9116064b2df) | 1 |
| [ * @var JKeychain The keychain object being manipulated. ](#e3782835623dd1bc5a063029a9914728) | 1 |
| [ * @var /* string FTP host name */ ](#ba155d519e905afef5a113e916826bac) | 1 |
| [ * @var /* bool use Passive mode? */ ](#36a88b968f430f9a042d9c9e7129b94e) | 1 |
| [ * @var boolean A flag if the keychain has been updated to trigger saving the keychain ](#842bad0c1e35dcace9ed2b78524321fd) | 1 |
| [ * @var string The help screen base URL for the module. ](#dc31a3ce4576305683ba906955183957) | 1 |
| [ * @var string language path ](#2a9de890b3c27fc0b55e8c9dab94fa2d) | 1 |
| [ * @var string The help screen key for the module. ](#496721bbcd40c4bbc9e28e431a4f41d2) | 1 |
| [ * @var / InstallationViewInstallHtml $this */ ](#52336d281cbddda5b5bd397624a0afa3) | 1 |
| [ * @var / InstallationViewLanguagesHtml $this */ ](#53ee6ecac8f949420678b27a372092f0) | 1 |
| [ * @var boolean Whether to throw exceptions for errors ](#113f6b88044587a610195dbeccf48559) | 1 |
| [ * @var resource The socket to the server ](#0fee693f5aeaa9992e20c19f0e958d25) | 1 |
| [ * @var string Error message, if any, for the last call ](#bc4bea883cf6f120f9035172eca02fe6) | 1 |
| [ * @var string The password of a DKIM key ](#3db2d3f8975025ed840b3f8ca387ee71) | 1 |
| [ * @var string The filename of a DKIM key file ](#de720ff733ad7bac29826e4487f9d294) | 1 |
| [ * @var integer The number of errors encountered ](#ef41f34465570de95d379cb08a3f2169) | 1 |
| [ * @var string The filename of a DKIM certificate file ](#903981167883b2180f08962418cc9471) | 1 |
| [ * @var string The reply the server sent to us for HELO ](#e97dd66324c0a63907c6958f0a57682e) | 1 |
| [ * @var resource Resource handle for the POP connection socket ](#69c4e2b4b90108fcf566402ccbd1c288) | 1 |
| [ * @var object Instance of SimplePie_Sanitize (or other class) ](#014dca397b3aaaf7bf7e737f78252008) | 1 |
| [ * @var string SimplePie Useragent ](#ffc42f83f66aa9da3b377d1d82d8cb36) | 1 |
| [ * @var string Feed URL ](#deb3c06887f66701a6266347aad75c89) | 1 |
| [ * @var mixed Error string ](#5e9e11e74e97d4d5ca7edafef9e8ef7a) | 1 |
| [ * @var array Raw data ](#4d2691811f17217d98853c507e89f47e) | 1 |
| [ * @var boolean Are we connected? ](#890dad730234537d2e532b7b5c7cc6bc) | 1 |
| [ * @var array Error container ](#1c1805c87186b57ed8c5d4ea95df6441) | 1 |
| [ * @var array An array of available languages ](#e4437616049371adde37d6a8e89c9af5) | 1 |
| [ * @var array An array of MIME boundary strings ](#2e990de581304fc981bfa197f6ca9107) | 1 |
| [ * @var /* int Run state when processing the current archive file */ ](#f61418210be24ca4a87c8ee4d7d85f1a) | 1 |
| [ * @var /* resource File pointer to the current archive part file */ ](#08c2fc25a53f7a9e801a9ffd53503d00) | 1 |
| [ * @var string NULL for default, whitespace for None, or actual string to use ](#920c07922d6e6af08ae21bc6e14dede6) | 1 |
| [ * @var / InstallationViewSummaryHtml $this */ ](#377ba1e5e23cfda3c792f9191d1232b7) | 1 |
| [ * @var / InstallationViewPreinstallHtml $this */ ](#7fcce5ff555aa8f73cd4822d77c75c1a) | 1 |
| [ * @var /* int How much of the uncompressed data we’ve read so far */ ](#2988472fc78d49abf03272244436dbb6) | 1 |
| [ * @var /* stdClass File header data, as read by the readFileHeader() method */ ](#757db52b2cb2ec05da2ff9209f5c6269) | 1 |
| [ * @var SMTP An instance of the SMTP sender class ](#5641a28de77586e8d7c2e8522856fc7d) | 1 |
| [ * @var array An array of ‘to’ addresses ](#f55f8aa9aebbd88450d55106b4a533fc) | 1 |
| [ * @var array An array of attachments ](#6ec2f87be6d914890cc8460df481bb68) | 1 |
| [ * @var array An array of custom headers ](#0c1e0a202e89cf1ce729eb1ef4ff99b1) | 1 |
| [ * @var string The message’s MIME type ](#d5e975d0d0fde2bae4adea1bc0b4a229) | 1 |
| [ * @var array An array of all kinds of addresses: to, cc, bcc, replyto ](#036483d1912c8c88143b9c569ee1564d) | 1 |
| [ * @var array An array of reply-to name and address ](#ef15ffe97e18d7858db87e492f459f0c) | 1 |
| [ * @var array An array of ‘cc’ addresses ](#ceaf378bee0522921cf8369e508dd216) | 1 |
| [ * @var array An array of ‘bcc’ addresses ](#d6aa3b0a814db321d36cd96b5d0f1d05) | 1 |
| [ * @var JFacebookLink Facebook API object for link. ](#ea8be1327e93a1ec0a1430eb478ece8d) | 1 |
| [ * @var JFacebookNote Facebook API object for note. ](#bf5976182b86376039aa9eef18430936) | 1 |
| [ * @var / $menu JAdminCSSMenu */ ](#71c89b54051f37dbf6f9f81bc9c02d51) | 1 |
| [ * @var JObject A cache for the available actions. ](#1bf33bd180cfb809cd9f7d27c7590c56) | 1 |
| [ * @var JLinkedinPeople Linkedin API object for people. ](#de85b946ec78820c1cb32c2fcb706e28) | 1 |
| [ * @var array instance of this class ](#f36a209e658d8c7cf261ed874f8770cb) | 1 |
| [ * @var array patches ](#f4393cafa4bbe99f494a6c1717f4a1f6) | 1 |
| [ * @var array sources files ](#e878cf5e5bd3befc8b4e01c86c279697) | 1 |
| [ * @var array destination files ](#4b3a4d27a092a5f5c5fd036e10ccccbf) | 1 |
| [ * @var array removal files ](#9ed46714fedcf0cbbbe5261d15fd1b68) | 1 |
| [ * @var JLinkedinGroups Linkedin API object for groups. ](#4fe12fa4226ff435078962c433a01ba6) | 1 |
| [ * @var JLinkedinCompanies Linkedin API object for companies. ](#6ffd3923ef75e3426bd6437da3767046) | 1 |
| [ * @var JDate ](#e51a6f274530d975ee6dc6f3b86335bb) | 1 |
| [ * @var array Translation array for JLogEntry priorities to text strings. ](#72395c5e5811941b8a84d80230b52684) | 1 |
| [ * @var JLog ](#114e7cbc30091ac1193c563e155023cb) | 1 |
| [ * @var JRegistry Options for the JLinkedinOauth object. ](#c280a7f0ddb42374dbf52ffbfa5ebe18) | 1 |
| [ * @var JLinkedinCommunications Linkedin API object for communications. ](#ddf3bb4680f21db40c3516a154e19e2b) | 1 |
| [ * @var JLinkedinJobs Linkedin API object for jobs. ](#955d8d52b65d02416c339d3def75d94f) | 1 |
| [ * @var JLinkedinStream Linkedin API object for social stream. ](#3e3b0c459c05989b5b82a5fad3fe231f) | 1 |
| [ * @var string gz, bz, f ](#fce35e4a690aeb80fd4690930b2840ae) | 1 |
| [ * @var JModel ](#8e54a42f74d6dce2da08629c555745a9) | 1 |
| [ * @var JInput An input object from which to derive the route. ](#9fd8083564dc10d6fd5887fc6caa24f5) | 1 |
| [ * @var boolean A boolean allowing to pass _method as parameter in POST requests ](#7ca2089f082bc62d7de672c6e6dd00ef) | 1 |
| [ * @var array An array of HTTP Method => controller suffix pairs for routing the request. ](#ec60f01041530e0267e6de37ab121143) | 1 |
| [ * @var string Controller class name prefix for creating controller objects by name. ](#c9bec682c0c49ab0730b474160c4eb0e) | 1 |
| [ * @var string The default page controller name for an empty route. ](#9e95f1ccf8c6521244d22dfbce851c2b) | 1 |
| [ * @var array An array of flags determining whether or not a detection routine has been run. ](#81ca578820a4ffb059c284a2c5d56f38) | 1 |
| [ * @var JApplicationWeb The web application on whose behalf we are routing the request. ](#bca027089b1312ec77fe1dffa37b0724) | 1 |
| [ * @var array An array of rules, each rule being an associative array(‘regex’=> $regex, ‘vars’ => $vars, ‘controller’ => $controller) ](#3607859a34a3b9b35fd24fe2de3c261f) | 1 |
| [ * @var CliOutput The output type. ](#4c5e66d1347758fbd9cf46655673e13e) | 1 |
| [ * @var integer The process id of the daemon. ](#3aa3eba7ba2cf518aaa85fe04f0ad97d) | 1 |
| [ * @var boolean True if the daemon is currently running. ](#80e8bdbba7d1bbd7896cba94a4656a2b) | 1 |
| [ * @var SplPriorityQueue ](#d8930527237a3132f53b0b09f576a618) | 1 |
| [ * @var integer The parent process id. ](#a8f6ff2c2823ddcb0efbfd938cb982d4) | 1 |
| [ * @var boolean True if the daemon is in the process of exiting. ](#61c4c83e18bb154c95d865baa6bf7c44) | 1 |
| [ * @var JApplicationCli The application instance. ](#9b4bbab73e16d3bc8f69f0381c760547) | 1 |
| [ * @var array The available POSIX signals to be caught by default. ](#93c836b2f1c95c36d496668e5f3b691d) | 1 |
| [ * @var string Value to use at the end of an echoed log entry to separate lines. ](#1761f2e89782ad01c14a7693b8e01b5f) | 1 |
| [ * @var string The format which each entry follows in the log file. All fields must be ](#f92d4334d18aebee4ffe95e363cb3af8) | 1 |
| [ * @var array Query variable hash ](#1f59cc101178dd854334228d41d0caf4) | 1 |
| [ * @var array An array of JUri instances. ](#30f11f1b42cec65b73e0c4b4c61d88e7) | 1 |
| [ * @var array The current calculated base url segments. ](#2332af5af48a9040e00965d964dcd748) | 1 |
| [ * @var string Anchor ](#091764cf054f1be2b433de089b61bb0e) | 1 |
| [ * @var string Query ](#05b7b770f55cfc9267df9ec7e78252c2) | 1 |
| [ * @var string Password ](#f86c1b88762e92ea3dd01ff63daa046b) | 1 |
| [ * @var string Path ](#1ce993554d7383e47715bc786d319bb1) | 1 |
| [ * @var array The current calculated root url segments. ](#75ded287d90e28f0fbbc6c518a7597cd) | 1 |
| [ * @var string The current url. ](#ff1a9413b76c581acc6d442559a0f963) | 1 |
| [ * @var string The context for persistent state. ](#3683a255be1516d7c4f21867acc25456) | 1 |
| [ * @var array JMail instances container. ](#f0220421196d769798244fa6ce408c7d) | 1 |
| [ * @var string Charset of the message. ](#7909860e21fcf948d4a19d5ca4cdfc22) | 1 |
| [ * @var /* string The temporary directory where the data will be stored */ ](#5fe53276aa5acc251fdcd4f0a5ed0143) | 1 |
| [ * @var object form object ](#832f287988c408d2f417e55a599eb675) | 1 |
| [ * @var array JLanguageStemmer instances. ](#8231f33ecbcf2ebe173fbe3430d4651e) | 1 |
| [ * @var array\|boolean ](#c48bd53951cdbd81e27171c8989fc3d3) | 1 |
| [ * @var string Username ](#2fe8f8cfa32eaac90182343d4030a7b1) | 1 |
| [ * @var integer Port ](#00ba96b4b9f290cd915d6174584122d5) | 1 |
| [ * @var callable The function to call when an entry is added – should return True on success ](#2233717375b476b2c632447ae9a39a64) | 1 |
| [ * @var array Translation array for JLogEntry priorities to SysLog priority names. ](#bc1d673bfad5401f4e9daf948487379e) | 1 |
| [ * @var string The name of the database driver to use for connecting to the database. ](#a48d153aed53e5e2b0fa020e274c830b) | 1 |
| [ * @var string The full filesystem path for the log file. ](#624bbc433084392609c5fa3030babd2e) | 1 |
| [ * @var array The parsed fields from the format string. ](#1609f677397e9ffff8303991a9ba4834) | 1 |
| [ * @var resource The file pointer for the log file. ](#0e813147f0bd46a789880d1eebead8d3) | 1 |
| [ * @var string The format for which each entry follows in the log file. All fields must be named ](#a067f700d305a166cbb695fb058b3916) | 1 |
| [ * @var string The host name (or IP) of the server with which to connect for the logger. ](#cc8a6a6340ac9efe401af1cc87f53bef) | 1 |
| [ * @var string The database server user to connect as for the logger. ](#5629b8ba3e02eccd30ffcb44c3d536a4) | 1 |
| [ * @var string Original URI ](#526885983b5e92eb7de0769e1fca0619) | 1 |
| [ * @var string Protocol ](#2b4bc3ce1d43211d68af3f5d8136799c) | 1 |
| [ * @var string Host ](#3607695ec381032540cfbdbc12b2232c) | 1 |
| [ * @var JDatabaseDriver The database driver object for the logger. ](#ebe5a7f25caad101dacab24cf55487d3) | 1 |
| [ * @var string The database table to use for logging entries. ](#249f0a978e79f2e53d1a703db78bd8ff) | 1 |
| [ * @var string The password to use for connecting to the database server. ](#01bbf03486ab8eb46fd0390d60091c2d) | 1 |
| [ * @var string The name of the database table to use for the logger. ](#44930eed822750bafa9c50b6fedb52fa) | 1 |
| [ * @var boolean True if the web client is a robot. ](#c40186b3788ff9cacbb27b453f6b11b9) | 1 |
| [ * @var string The web client’s accepted languages string. ](#8e05bfffdcfc3dbf0cef7f17663635dd) | 1 |
| [ * @var JMediawikiLinks MediaWiki API object for links. ](#ec6a3a7ebbfc5b472e2f106135e1ec9b) | 1 |
| [ * @var JMediawikiCategories MediaWiki API object for categories. ](#80242c9b9e29de8a83ada5a28a5cd3ff) | 1 |
| [ * @var JMediawikiImages MediaWiki API object for images. ](#305a0a72709cb5cb83a87c19f907b63b) | 1 |
| [ * @var JMediawikiUsers MediaWiki API object for users. ](#42c30917382ff84247d9078eeebaf892) | 1 |
| [ * @var JMediawikiPages MediaWiki API object for pages. ](#51907fcf8c8581d03c00930e73157316) | 1 |
| [ * @var /* int The UNIX timestamp of the file’s desired modification date */ ](#5385e7cbf4a2353d3d8541664f078b18) | 1 |
| [ * @var /* string The temporary file path we gave to the unarchiver engine */ ](#ecb731d50aca0e023b928ea36c03a2ba) | 1 |
| [ * @var JMediawikiSites MediaWiki API object for Site. ](#dabe7057970d67d34587b1de5378ed12) | 1 |
| [ * @var JMediawikiSearch MediaWiki API object for search. ](#2dec229c62103436e7c517a0f3b6a99d) | 1 |
| [ * @var string The raw JSON string from the request. ](#2d8d9d015976eebb049ae513fa42b467) | 1 |
| [ * @var array JSessionStorage instances container. ](#25276cab1a0e3ce891de2c2c65e479b3) | 1 |
| [ * @var JSessionStorage ](#ecfc35c67a6dfc9668fc61cc0bfc10c6) | 1 |
| [ * @var /* string The current (real) file path we’ll have to process */ ](#7b2b9f5cc8a441e4f16949039bce293c) | 1 |
| [ * @var /* int The requested permissions */ ](#92341ea4dd4c7b0985d07064f35d6c5c) | 1 |
| [ * @var string Initialisation vector for encryption method. ](#0da92ac32ea81ac2bd152e19cdf8e62e) | 1 |
| [ * @var JFilterInput ](#d0ac6aa765de90c886217410ce0783da) | 1 |
| [ * @var string Method to use for encryption. ](#eece7b0562c40a8f4b21a409121e2732) | 1 |
| [ * @var JAdapter ](#9973a33bef52b6d0eb4bf1d4738649b7) | 1 |
| [ * @var string Adapter Class Prefix ](#09ce9d097e110d289cd81b33cb480457) | 1 |
| [ * @var JFacebookAlbum Facebook API object for album. ](#a974488b70f924b1abbdaf66fff0f1dd) | 1 |
| [ * @var JApplicationBase ](#7bde453d1390bee726f4a0569c62daae) | 1 |
| [ * @var /* integer Current archive part number */ ](#7ee5647cbc065a2fe7f12d47e32674a5) | 1 |
| [ * @var JFacebookVideo Facebook API object for video. ](#e058ea20a577717dd0c9df0b6321b19c) | 1 |
| [ * @var JFacebookPhoto Facebook API object for photo. ](#108bc2c4d9c2c4b6ff5f29f6494472d2) | 1 |
| [ * @var JFacebookPost Facebook API object for post. ](#fdfeb2eeb0dcc160f90213d7bb460279) | 1 |
| [ * @var JFacebookComment Facebook API object for comment. ](#643890aa7963e37555e111c3d3fe7d0e) | 1 |
| [ * @var /* int The total size of all archive parts */ ](#824961108f9f364def675d25ab7005af) | 1 |
| [ * @var /* array List of the names of all archive parts */ ](#7276ad048b796236dfaf60bb3dc2e355) | 1 |
| [ * @var JInput The input object to use in retrieving GET/POST data. ](#6534ac4d960fa8dd5126fd78f90795ab) | 1 |
| [ * @var /* string Archive filename */ ](#15649c4af7059e9539aea4b5f0b4ad1d) | 1 |
| [ * @var string Selects which version of OAuth to use: 1.0 or 1.0a. ](#e1c5ae718ddb09694801aaf2be78ce33) | 1 |
| [ * @var array Contains access token key, secret and verifier. ](#4fd9202e47027d3a32c532fe6e4af216) | 1 |
| [ * @var JRegistry Options for the JOAuth1Client object. ](#b3a95ee637ebc91c95505d5dfb5b06fb) | 1 |
| [ * @var string The source image path. ](#b92cdd761bd8bfafd1fc241ccc93bacf) | 1 |
| [ * @var array Whether or not different image formats are supported. ](#54e79a9fd7ac481352c30a4e31ef5811) | 1 |
| [ * @var array The array of instantiated archive adapters. ](#63cb42d283a6a08c7efec2753aaab19c) | 1 |
| [ * @var /* array The queue size of the $_warnings array. Set to 0 for infinite size. */ ](#8a6807cf3c367169c0141598fd30a2c0) | 1 |
| [ * @var object The application response object. ](#5eb92b06c0c1a3123475c5336972e6a3) | 1 |
| [ * @var JApplicationWeb The application instance. ](#40c9365a06446203aa25b498b7d5c633) | 1 |
| [ * @var JRouter ](#5094de3f90af9595b27ecf74bbdc5ab9) | 1 |
| [ * @var JSession The application session object. ](#76e8f7c1740f53f153173a28d4657008) | 1 |
| [ * @var JLanguage The application language object. ](#439648b6d6f9b9d44c8f48e41b74a73a) | 1 |
| [ * @var array A list of the access levels in use. ](#f21db5b8ea93b14e605abcb3b3098566) | 1 |
| [ * @var JDocument The application document object. ](#9210543a9b501c7d4067a3b8b08ae4bb) | 1 |
| [ * @var integer The detected platform on which the web client runs. ](#9e64c42c31beb06abcb855f7e634f50f) | 1 |
| [ * @var boolean True if the web client is a mobile device. ](#a7d2c8a2a8c8b243c58166f6c97e0e01) | 1 |
| [ * @var array The priority order detected accepted encodings for the client. ](#40581cd9709c809621b86b515028d676) | 1 |
| [ * @var string The web client’s user agent string. ](#7b7e8c7e385ba1b677403a739b3a3d21) | 1 |
| [ * @var string The web client’s accepted encoding string. ](#ea7e14d080f261d36022e0a234cec385) | 1 |
| [ * @var array The priority order detected accepted languages for the client. ](#1603f3137328caf371aef1db6d878f13) | 1 |
| [ * @var string The detected browser version used by the web client. ](#abdaa3411250b13d57bbb6fa92061e47) | 1 |
| [ * @var integer The detected rendering engine used by the web client. ](#c1a3f71de280c30b3e8433139bb08e3e) | 1 |
| [ * @var integer The detected browser used by the web client. ](#580424d216f45407acf5b022bc7f7e3f) | 1 |
| [ * @var string The extension name. ](#8245480357081aa625ce650e74975d81) | 1 |
| [ * @var JDate The body modified date for response headers. ](#a9693fef78c1d8fac43d44c3a96efd1c) | 1 |
| [ * @var /* array An array of errors */ ](#afd594cef13e599cf5fbba0072653e5e) | 1 |
| [ * @var JOpenstreetmapChangesets ](#41eed9db2b9181f9f1367e0f08369f7e) | 1 |
| [ * @var JOpenstreetmapElements ](#4535a13bdb352e1cae74d400f5ea953d) | 1 |
| [ * @var /* array The queue size of the $_errors array. Set to 0 for infinite size. */ ](#5595aacad9cea61a21250149a242da7c) | 1 |
| [ * @var array List of known legacy packages. ](#8176fd1e754c2e24753b9bd73cc291be) | 1 |
| [ * @var /* array An array of warnings */ ](#f3dc6acda150bb1691d25e02f61ca3cb) | 1 |
| [ * @var array List of known packages. ](#e721d165aaee7a5bc800e0c485c0ed6e) | 1 |
| [ * @var JOpenstreetmapGps ](#c64ca94ae3f22175831fcb206a1a0d5a) | 1 |
| [ * @var JOpenstreetmapInfo ](#065edd8c78a95e5d0597d74f7d593f3f) | 1 |
| [ * @var array A list of discovered update sites ](#9f52c3ec34138e6cd838eae3932d6124) | 1 |
| [ * @var string Character encoding string. ](#7d96e74d40c57c125acbf938ce9be182) | 1 |
| [ * @var string Response mime type. ](#f7a8e35754e2efe053924513ab569cd2) | 1 |
| [ * @var FinderIndexer ](#9081c372270fa82e8b25496a75f1cb8b) | 1 |
| [ * @var FinderIndexerStemmer ](#b75e0ad5e063e760d7360a4f5feff8b8) | 1 |
| [ * @var JOpenstreetmapUser ](#4db1b940239bd12b4b11ac3ed1b78c87) | 1 |
| [ * @var JUpdater JUpdater instance container. ](#da1d7d95a7086509dafe1fed6a545a1a) | 1 |
| [ * @var Array ](#4410ec34d9e6c1a68100ca0ce033fb17) | 1 |

### string

This tag:
* @var string
has been used a total of 762 times within the following files:

administrator/modules/mod_menu/menu.php: * @var string administrator/modules/mod_menu/menu.php: * @var string administrator/modules/mod_menu/menu.php: * @var string administrator/modules/mod_menu/menu.php: * @var string administrator/modules/mod_menu/menu.php: * @var string administrator/modules/mod_menu/menu.php: * @var string administrator/components/com_categories/controllers/category.php: * @var string administrator/components/com_categories/models/category.php: * @var string administrator/components/com_categories/models/fields/categoryedit.php: * @var string administrator/components/com_categories/models/fields/modal/category.php: * @var string administrator/components/com_categories/models/fields/categoryparent.php: * @var string administrator/components/com_contact/models/contact.php: * @var string administrator/components/com_contact/models/fields/modal/contact.php: * @var string administrator/components/com_weblinks/models/weblink.php: * @var string administrator/components/com_weblinks/models/weblink.php: * @var string administrator/components/com_admin/models/sysinfo.php: * @var string administrator/components/com_admin/models/help.php: * @var string administrator/components/com_admin/models/help.php: * @var string administrator/components/com_admin/models/help.php: * @var string administrator/components/com_admin/models/help.php: * @var string administrator/components/com_menus/models/menu.php: * @var string administrator/components/com_menus/models/fields/menuordering.php: * @var string administrator/components/com_menus/models/fields/menutype.php: * @var string administrator/components/com_menus/models/fields/menuparent.php: * @var string administrator/components/com_installer/models/install.php: * @var string administrator/components/com_installer/models/warnings.php: * @var string administrator/components/com_plugins/models/fields/pluginordering.php: * @var string administrator/components/com_config/controller/application/display.php: * @var string administrator/components/com_config/controller/component/display.php: * @var string administrator/components/com_config/model/field/filters.php: * @var string administrator/components/com_users/controllers/notes.php: * @var string administrator/components/com_users/controllers/note.php: * @var string administrator/components/com_users/models/note.php: * @var string administrator/components/com_users/models/fields/groupparent.php: * @var string administrator/components/com_finder/helpers/indexer/adapter.php: * @var string administrator/components/com_finder/helpers/indexer/adapter.php: * @var string administrator/components/com_finder/helpers/indexer/adapter.php: * @var string administrator/components/com_finder/helpers/indexer/adapter.php: * @var string administrator/components/com_finder/helpers/indexer/adapter.php: * @var string administrator/components/com_finder/helpers/indexer/adapter.php: * @var string administrator/components/com_finder/helpers/indexer/adapter.php: * @var string administrator/components/com_finder/helpers/indexer/token.php: * @var string administrator/components/com_finder/helpers/indexer/token.php: * @var string administrator/components/com_finder/helpers/indexer/token.php: * @var string administrator/components/com_finder/helpers/indexer/stemmer/porter_en.php: * @var string administrator/components/com_finder/helpers/indexer/stemmer/porter_en.php: * @var string administrator/components/com_finder/helpers/indexer/query.php: * @var string administrator/components/com_finder/helpers/indexer/query.php: * @var string administrator/components/com_finder/helpers/indexer/query.php: * @var string administrator/components/com_finder/helpers/indexer/query.php: * @var string administrator/components/com_finder/helpers/indexer/query.php: * @var string administrator/components/com_finder/helpers/indexer/query.php: * @var string administrator/components/com_finder/helpers/indexer/query.php: * @var string administrator/components/com_finder/helpers/indexer/query.php: * @var string administrator/components/com_finder/helpers/indexer/result.php: * @var string administrator/components/com_finder/helpers/indexer/result.php: * @var string administrator/components/com_finder/helpers/indexer/result.php: * @var string administrator/components/com_finder/helpers/indexer/result.php: * @var string administrator/components/com_finder/helpers/indexer/result.php: * @var string administrator/components/com_finder/helpers/indexer/result.php: * @var string administrator/components/com_finder/helpers/indexer/result.php: * @var string administrator/components/com_finder/helpers/indexer/result.php: * @var string administrator/components/com_finder/helpers/indexer/result.php: * @var string administrator/components/com_finder/helpers/indexer/result.php: * @var string administrator/components/com_finder/models/filter.php: * @var string administrator/components/com_finder/models/filter.php: * @var string administrator/components/com_finder/models/fields/directories.php: * @var string administrator/components/com_finder/models/fields/searchfilter.php: * @var string administrator/components/com_finder/models/index.php: * @var string administrator/components/com_finder/models/index.php: * @var string administrator/components/com_joomlaupdate/restore.php: * @var string administrator/components/com_joomlaupdate/restore.php: * @var string administrator/components/com_joomlaupdate/restore.php: * @var string administrator/components/com_joomlaupdate/restore.php: * @var string administrator/components/com_banners/models/banner.php: * @var string administrator/components/com_banners/models/client.php: * @var string administrator/components/com_banners/models/fields/impmade.php: * @var string administrator/components/com_banners/models/fields/bannerclient.php: * @var string administrator/components/com_banners/models/fields/imptotal.php: * @var string administrator/components/com_banners/models/fields/clicks.php: * @var string administrator/components/com_newsfeeds/models/fields/newsfeeds.php: * @var string administrator/components/com_newsfeeds/models/fields/modal/newsfeed.php: * @var string administrator/components/com_newsfeeds/models/newsfeed.php: * @var string administrator/components/com_content/models/fields/modal/article.php: * @var string administrator/components/com_content/models/article.php: * @var string administrator/components/com_languages/controllers/overrides.php: * @var string administrator/components/com_languages/helpers/jsonresponse.php: * @var string administrator/components/com_messages/models/fields/usermessages.php: * @var string administrator/components/com_media/controllers/file.php: * @var string administrator/includes/toolbar.php: * @var string cli/finder_indexer.php: * @var string cli/finder_indexer.php: * @var string components/com_contact/views/categories/view.html.php: * @var string components/com_contact/models/contact.php: * @var string components/com_contact/models/categories.php: * @var string components/com_contact/models/categories.php: * @var string components/com_weblinks/controllers/weblink.php: * @var string components/com_weblinks/models/form.php: * @var string components/com_weblinks/models/weblink.php: * @var string components/com_weblinks/models/categories.php: * @var string components/com_weblinks/models/categories.php: * @var string components/com_config/controller/display.php: * @var string components/com_config/controller/canceladmin.php: * @var string components/com_config/controller/canceladmin.php: * @var string components/com_config/controller/canceladmin.php: * @var string components/com_config/controller/cmsbase.php: * @var string components/com_config/model/cms.php: * @var string components/com_config/model/cms.php: * @var string components/com_config/model/cms.php: * @var string components/com_config/view/cms/html.php: * @var string components/com_config/view/cms/html.php: * @var string components/com_config/view/cms/html.php: * @var string components/com_finder/models/search.php: * @var string components/com_finder/models/suggestions.php: * @var string components/com_newsfeeds/views/categories/view.html.php: * @var string components/com_newsfeeds/models/categories.php: * @var string components/com_newsfeeds/models/categories.php: * @var string components/com_newsfeeds/models/newsfeed.php: * @var string components/com_tags/models/tags.php: * @var string components/com_content/views/categories/view.html.php: * @var string components/com_content/controllers/article.php: * @var string components/com_content/controllers/article.php: * @var string components/com_content/controllers/article.php: * @var string components/com_content/models/archive.php: * @var string components/com_content/models/form.php: * @var string components/com_content/models/category.php: * @var string components/com_content/models/featured.php: * @var string components/com_content/models/categories.php: * @var string components/com_content/models/categories.php: * @var string components/com_content/models/article.php: * @var string installation/model/fields/sample.php: * @var string installation/model/fields/prefix.php: * @var string installation/model/fields/language.php: * @var string installation/model/rules/prefix.php: * @var string installation/model/rules/prefix.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/phpmailer.php: * @var string libraries/phpmailer/smtp.php: * @var string libraries/phpmailer/smtp.php: * @var string libraries/phpmailer/smtp.php: * @var string libraries/phpmailer/pop3.php: * @var string libraries/phpmailer/pop3.php: * @var string libraries/phpmailer/pop3.php: * @var string libraries/phpmailer/pop3.php: * @var string libraries/phpmailer/pop3.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/simplepie/simplepie.php: * @var string libraries/joomla/form/form.php: * @var string libraries/joomla/form/rule/email.php: * @var string libraries/joomla/form/rule/boolean.php: * @var string libraries/joomla/form/rule/boolean.php: * @var string libraries/joomla/form/field.php: * @var string libraries/joomla/form/field.php: * @var string libraries/joomla/form/field.php: * @var string libraries/joomla/form/field.php: * @var string libraries/joomla/form/field.php: * @var string libraries/joomla/form/field.php: * @var string libraries/joomla/form/field.php: * @var string libraries/joomla/form/field.php: * @var string libraries/joomla/form/field.php: * @var string libraries/joomla/form/field.php: * @var string libraries/joomla/form/field.php: * @var string libraries/joomla/form/field.php: * @var string libraries/joomla/form/field.php: * @var string libraries/joomla/form/field.php: * @var string libraries/joomla/form/field.php: * @var string libraries/joomla/form/field.php: * @var string libraries/joomla/form/rule.php: * @var string libraries/joomla/form/rule.php: * @var string libraries/joomla/form/fields/groupedlist.php: * @var string libraries/joomla/form/fields/filelist.php: * @var string libraries/joomla/form/fields/filelist.php: * @var string libraries/joomla/form/fields/filelist.php: * @var string libraries/joomla/form/fields/filelist.php: * @var string libraries/joomla/form/fields/repeatable.php: * @var string libraries/joomla/form/fields/rules.php: * @var string libraries/joomla/form/fields/rules.php: * @var string libraries/joomla/form/fields/rules.php: * @var string libraries/joomla/form/fields/rules.php: * @var string libraries/joomla/form/fields/spacer.php: * @var string libraries/joomla/form/fields/predefinedlist.php: * @var string libraries/joomla/form/fields/file.php: * @var string libraries/joomla/form/fields/sql.php: * @var string libraries/joomla/form/fields/sql.php: * @var string libraries/joomla/form/fields/sql.php: * @var string libraries/joomla/form/fields/sql.php: * @var string libraries/joomla/form/fields/imagelist.php: * @var string libraries/joomla/form/fields/databaseconnection.php: * @var string libraries/joomla/form/fields/meter.php: * @var string libraries/joomla/form/fields/meter.php: * @var string libraries/joomla/form/fields/radio.php: * @var string libraries/joomla/form/fields/sessionhandler.php: * @var string libraries/joomla/form/fields/note.php: * @var string libraries/joomla/form/fields/email.php: * @var string libraries/joomla/form/fields/folderlist.php: * @var string libraries/joomla/form/fields/folderlist.php: * @var string libraries/joomla/form/fields/folderlist.php: * @var string libraries/joomla/form/fields/folderlist.php: * @var string libraries/joomla/form/fields/tel.php: * @var string libraries/joomla/form/fields/text.php: * @var string libraries/joomla/form/fields/text.php: * @var string libraries/joomla/form/fields/color.php: * @var string libraries/joomla/form/fields/language.php: * @var string libraries/joomla/form/fields/textarea.php: * @var string libraries/joomla/form/fields/integer.php: * @var string libraries/joomla/form/fields/plugins.php: * @var string libraries/joomla/form/fields/plugins.php: * @var string libraries/joomla/form/fields/url.php: * @var string libraries/joomla/form/fields/checkboxes.php: * @var string libraries/joomla/form/fields/number.php: * @var string libraries/joomla/form/fields/usergroup.php: * @var string libraries/joomla/form/fields/calendar.php: * @var string libraries/joomla/form/fields/cachehandler.php: * @var string libraries/joomla/form/fields/range.php: * @var string libraries/joomla/form/fields/checkbox.php: * @var string libraries/joomla/form/fields/hidden.php: * @var string libraries/joomla/form/fields/combo.php: * @var string libraries/joomla/form/fields/accesslevel.php: * @var string libraries/joomla/form/fields/password.php: * @var string libraries/joomla/form/fields/timezone.php: * @var string libraries/joomla/form/fields/list.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/feed.php: * @var string libraries/joomla/document/feed/renderer/rss.php: * @var string libraries/joomla/document/feed/renderer/atom.php: * @var string libraries/joomla/document/html/html.php: * @var string libraries/joomla/document/html/html.php: * @var string libraries/joomla/document/html/html.php: * @var string libraries/joomla/document/opensearch/opensearch.php: * @var string libraries/joomla/document/opensearch/opensearch.php: * @var string libraries/joomla/document/opensearch/opensearch.php: * @var string libraries/joomla/document/opensearch/opensearch.php: * @var string libraries/joomla/document/opensearch/opensearch.php: * @var string libraries/joomla/document/opensearch/opensearch.php: * @var string libraries/joomla/document/opensearch/opensearch.php: * @var string libraries/joomla/document/opensearch/opensearch.php: * @var string libraries/joomla/document/xml/xml.php: * @var string libraries/joomla/document/json/json.php: * @var string libraries/joomla/document/renderer.php: * @var string libraries/joomla/document/document.php: * @var string libraries/joomla/document/document.php: * @var string libraries/joomla/document/document.php: * @var string libraries/joomla/document/document.php: * @var string libraries/joomla/document/document.php: * @var string libraries/joomla/document/document.php: * @var string libraries/joomla/document/document.php: * @var string libraries/joomla/document/document.php: * @var string libraries/joomla/document/document.php: * @var string libraries/joomla/document/document.php: * @var string libraries/joomla/document/document.php: * @var string libraries/joomla/document/document.php: * @var string libraries/joomla/document/document.php: * @var string libraries/joomla/document/document.php: * @var string libraries/joomla/document/document.php: * @var string libraries/joomla/document/document.php: * @var string libraries/joomla/feed/person.php: * @var string libraries/joomla/feed/person.php: * @var string libraries/joomla/feed/person.php: * @var string libraries/joomla/feed/person.php: * @var string libraries/joomla/feed/link.php: * @var string libraries/joomla/feed/link.php: * @var string libraries/joomla/feed/link.php: * @var string libraries/joomla/feed/link.php: * @var string libraries/joomla/feed/link.php: * @var string libraries/joomla/feed/parser.php: * @var string libraries/joomla/date/date.php: * @var string libraries/joomla/base/adapter.php: * @var string libraries/joomla/base/adapter.php: * @var string libraries/joomla/input/cli.php: * @var string libraries/joomla/session/session.php: * @var string libraries/joomla/session/session.php: * @var string libraries/joomla/session/session.php: * @var string libraries/joomla/archive/gzip.php: * @var string libraries/joomla/archive/zip.php: * @var string libraries/joomla/archive/zip.php: * @var string libraries/joomla/archive/zip.php: * @var string libraries/joomla/archive/zip.php: * @var string libraries/joomla/archive/bzip2.php: * @var string libraries/joomla/archive/tar.php: * @var string libraries/joomla/github/package.php: * @var string libraries/joomla/updater/update.php: * @var string libraries/joomla/updater/update.php: * @var string libraries/joomla/updater/update.php: * @var string libraries/joomla/updater/update.php: * @var string libraries/joomla/updater/update.php: * @var string libraries/joomla/updater/update.php: * @var string libraries/joomla/updater/update.php: * @var string libraries/joomla/updater/update.php: * @var string libraries/joomla/updater/update.php: * @var string libraries/joomla/updater/update.php: * @var string libraries/joomla/updater/update.php: * @var string libraries/joomla/updater/update.php: * @var string libraries/joomla/updater/update.php: * @var string libraries/joomla/updater/update.php: * @var string libraries/joomla/updater/update.php: * @var string libraries/joomla/updater/update.php: * @var string libraries/joomla/updater/updateadapter.php: * @var string libraries/joomla/view/html.php: * @var string libraries/joomla/filesystem/stream.php: * @var string libraries/joomla/filesystem/stream.php: * @var string libraries/joomla/filesystem/stream.php: * @var string libraries/joomla/filesystem/stream.php: * @var string libraries/joomla/filesystem/streams/string.php: * @var string libraries/joomla/filesystem/streams/string.php: * @var string libraries/joomla/filesystem/streams/string.php: * @var string libraries/joomla/filesystem/streams/string.php: * @var string libraries/joomla/filesystem/streams/string.php: * @var string libraries/joomla/filesystem/streams/string.php: * @var string libraries/joomla/log/entry.php: * @var string libraries/joomla/log/entry.php: * @var string libraries/joomla/log/entry.php: * @var string libraries/joomla/language/language.php: * @var string libraries/joomla/language/language.php: * @var string libraries/joomla/language/language.php: * @var string libraries/joomla/language/stemmer/porteren.php: * @var string libraries/joomla/language/stemmer/porteren.php: * @var string libraries/joomla/utilities/buffer.php: * @var string libraries/joomla/utilities/arrayhelper.php: * @var string libraries/joomla/microdata/microdata.php: * @var string libraries/joomla/microdata/microdata.php: * @var string libraries/joomla/microdata/microdata.php: * @var string libraries/joomla/microdata/microdata.php: * @var string libraries/joomla/microdata/microdata.php: * @var string libraries/joomla/microdata/microdata.php: * @var string libraries/joomla/microdata/microdata.php: * @var string libraries/joomla/table/nested.php: * @var string libraries/joomla/table/nested.php: * @var string libraries/joomla/table/table.php: * @var string libraries/joomla/table/table.php: * @var string libraries/joomla/table/asset.php: * @var string libraries/joomla/table/asset.php: * @var string libraries/joomla/table/asset.php: * @var string libraries/joomla/table/observer/contenthistory.php: * @var string libraries/joomla/table/observer/tags.php: * @var string libraries/joomla/user/authentication.php: * @var string libraries/joomla/user/authentication.php: * @var string libraries/joomla/user/authentication.php: * @var string libraries/joomla/user/authentication.php: * @var string libraries/joomla/user/authentication.php: * @var string libraries/joomla/user/authentication.php: * @var string libraries/joomla/user/authentication.php: * @var string libraries/joomla/user/authentication.php: * @var string libraries/joomla/user/authentication.php: * @var string libraries/joomla/user/authentication.php: * @var string libraries/joomla/user/authentication.php: * @var string libraries/joomla/user/authentication.php: * @var string libraries/joomla/user/authentication.php: * @var string libraries/joomla/user/user.php: * @var string libraries/joomla/user/user.php: * @var string libraries/joomla/user/user.php: * @var string libraries/joomla/user/user.php: * @var string libraries/joomla/user/user.php: * @var string libraries/joomla/user/user.php: * @var string libraries/joomla/user/user.php: * @var string libraries/joomla/user/user.php: * @var string libraries/joomla/database/importer.php: * @var string libraries/joomla/database/driver.php: * @var string libraries/joomla/database/driver.php: * @var string libraries/joomla/database/query/sqlsrv.php: * @var string libraries/joomla/database/query/sqlsrv.php: * @var string libraries/joomla/database/query/sqlazure.php: * @var string libraries/joomla/database/iterator.php: * @var string libraries/joomla/database/exporter.php: * @var string libraries/joomla/database/driver/sqlsrv.php: * @var string libraries/joomla/database/driver/sqlsrv.php: * @var string libraries/joomla/database/driver/sqlsrv.php: * @var string libraries/joomla/database/driver/sqlazure.php: * @var string libraries/joomla/database/driver/mysql.php: * @var string libraries/joomla/database/driver/mysqli.php: * @var string libraries/joomla/database/driver/mysqli.php: * @var string libraries/joomla/database/driver/mysqli.php: * @var string libraries/joomla/database/driver/postgresql.php: * @var string libraries/joomla/database/driver/postgresql.php: * @var string libraries/joomla/database/driver/postgresql.php: * @var string libraries/joomla/database/driver/postgresql.php: * @var string libraries/joomla/database/driver/postgresql.php: * @var string libraries/joomla/database/driver/pdo.php: * @var string libraries/joomla/database/driver/pdo.php: * @var string libraries/joomla/database/driver/pdo.php: * @var string libraries/joomla/database/driver/oracle.php: * @var string libraries/joomla/database/driver/oracle.php: * @var string libraries/joomla/database/driver/oracle.php: * @var string libraries/joomla/database/driver/oracle.php: * @var string libraries/joomla/database/driver/sqlite.php: * @var string libraries/joomla/database/driver/sqlite.php: * @var string libraries/joomla/cache/controller/output.php: * @var string libraries/joomla/cache/controller/output.php: * @var string libraries/joomla/cache/storage/file.php: * @var string libraries/joomla/cache/storage/helper.php: * @var string libraries/joomla/cache/storage/helper.php: * @var string libraries/joomla/cache/storage/cachelite.php: * @var string libraries/fof/form/header.php: * @var string libraries/fof/form/header.php: * @var string libraries/fof/form/header.php: * @var string libraries/fof/form/header.php: * @var string libraries/fof/form/header.php: * @var string libraries/fof/form/header.php: * @var string libraries/fof/controller/controller.php: * @var string libraries/fof/controller/controller.php: * @var string libraries/fof/controller/controller.php: * @var string libraries/fof/controller/controller.php: * @var string libraries/fof/controller/controller.php: * @var string libraries/fof/controller/controller.php: * @var string libraries/fof/controller/controller.php: * @var string libraries/fof/controller/controller.php: * @var string libraries/fof/controller/controller.php: * @var string libraries/fof/controller/controller.php: * @var string libraries/fof/controller/controller.php: * @var string libraries/fof/controller/controller.php: * @var string libraries/fof/controller/controller.php: * @var string libraries/fof/controller/controller.php: * @var string libraries/fof/model/field.php: * @var string libraries/fof/model/field.php: * @var string libraries/fof/model/field.php: * @var string libraries/fof/model/model.php: * @var string libraries/fof/model/model.php: * @var string libraries/fof/model/model.php: * @var string libraries/fof/model/model.php: * @var string libraries/fof/model/model.php: * @var string libraries/fof/model/model.php: * @var string libraries/fof/model/model.php: * @var string libraries/fof/model/model.php: * @var string libraries/fof/model/model.php: * @var string libraries/fof/model/model.php: * @var string libraries/fof/less/less.php: * @var string libraries/fof/less/less.php: * @var string libraries/fof/utils/array/array.php: * @var string libraries/fof/hal/link.php: * @var string libraries/fof/hal/link.php: * @var string libraries/fof/hal/link.php: * @var string libraries/fof/hal/link.php: * @var string libraries/fof/hal/render/json.php: * @var string libraries/fof/hal/document.php: * @var string libraries/fof/platform/platform.php: * @var string libraries/fof/platform/platform.php: * @var string libraries/fof/platform/platform.php: * @var string libraries/fof/view/view.php: * @var string libraries/fof/view/view.php: * @var string libraries/fof/view/view.php: * @var string libraries/fof/view/view.php: * @var string libraries/fof/view/view.php: * @var string libraries/fof/view/view.php: * @var string libraries/fof/view/view.php: * @var string libraries/fof/view/view.php: * @var string libraries/fof/view/view.php: * @var string libraries/fof/view/csv.php: * @var string libraries/fof/table/table.php: * @var string libraries/fof/table/table.php: * @var string libraries/fof/table/table.php: * @var string libraries/fof/table/table.php: * @var string libraries/fof/table/table.php: * @var string libraries/fof/table/table.php: * @var string libraries/fof/table/relations.php: * @var string libraries/fof/table/relations.php: * @var string libraries/fof/database/iterator.php: * @var string libraries/fof/autoloader/component.php: * @var string libraries/fof/autoloader/fof.php: * @var string libraries/framework/Joomla/Application/Cli/Output/Processor/ColorProcessor.php: * @var string libraries/framework/Joomla/Application/Cli/Output/Processor/ColorProcessor.php: * @var string libraries/cms/form/field/templatestyle.php: * @var string libraries/cms/form/field/media.php: * @var string libraries/cms/form/field/media.php: * @var string libraries/cms/form/field/media.php: * @var string libraries/cms/form/field/media.php: * @var string libraries/cms/form/field/media.php: * @var string libraries/cms/form/field/media.php: * @var string libraries/cms/form/field/moduleorder.php: * @var string libraries/cms/form/field/helpsite.php: * @var string libraries/cms/form/field/status.php: * @var string libraries/cms/form/field/userstate.php: * @var string libraries/cms/form/field/limitbox.php: * @var string libraries/cms/form/field/registrationdaterange.php: * @var string libraries/cms/form/field/contenttype.php: * @var string libraries/cms/form/field/moduleposition.php: * @var string libraries/cms/form/field/contentlanguage.php: * @var string libraries/cms/form/field/user.php: * @var string libraries/cms/form/field/tag.php: * @var string libraries/cms/form/field/usergrouplist.php: * @var string libraries/cms/form/field/ordering.php: * @var string libraries/cms/form/field/ordering.php: * @var string libraries/cms/form/field/author.php: * @var string libraries/cms/form/field/contenthistory.php: * @var string libraries/cms/form/field/menu.php: * @var string libraries/cms/form/field/menuitem.php: * @var string libraries/cms/form/field/menuitem.php: * @var string libraries/cms/form/field/moduletag.php: * @var string libraries/cms/form/field/chromestyle.php: * @var string libraries/cms/form/field/headertag.php: * @var string libraries/cms/form/field/useractive.php: * @var string libraries/cms/form/field/editor.php: * @var string libraries/cms/form/field/editor.php: * @var string libraries/cms/form/field/editor.php: * @var string libraries/cms/form/field/editor.php: * @var string libraries/cms/form/field/editor.php: * @var string libraries/cms/form/field/editor.php: * @var string libraries/cms/form/field/captcha.php: * @var string libraries/cms/captcha/captcha.php: * @var string libraries/cms/toolbar/button.php: * @var string libraries/cms/toolbar/toolbar.php: * @var string libraries/cms/toolbar/button/link.php: * @var string libraries/cms/toolbar/button/separator.php: * @var string libraries/cms/toolbar/button/custom.php: * @var string libraries/cms/toolbar/button/popup.php: * @var string libraries/cms/toolbar/button/confirm.php: * @var string libraries/cms/toolbar/button/slider.php: * @var string libraries/cms/toolbar/button/standard.php: * @var string libraries/cms/editor/editor.php: * @var string libraries/cms/editor/editor.php: * @var string libraries/cms/editor/editor.php: * @var string libraries/cms/schema/changeset.php: * @var string libraries/cms/schema/changeitem.php: * @var string libraries/cms/schema/changeitem.php: * @var string libraries/cms/schema/changeitem.php: * @var string libraries/cms/schema/changeitem.php: * @var string libraries/cms/schema/changeitem.php: * @var string libraries/cms/html/sidebar.php: * @var string libraries/cms/response/json.php: * @var string libraries/cms/installer/manifest.php: * @var string libraries/cms/installer/manifest.php: * @var string libraries/cms/installer/manifest.php: * @var string libraries/cms/installer/manifest.php: * @var string libraries/cms/installer/manifest.php: * @var string libraries/cms/installer/manifest.php: * @var string libraries/cms/installer/manifest.php: * @var string libraries/cms/installer/manifest/library.php: * @var string libraries/cms/installer/manifest/library.php: * @var string libraries/cms/installer/manifest/library.php: * @var string libraries/cms/installer/manifest/library.php: * @var string libraries/cms/installer/manifest/library.php: * @var string libraries/cms/installer/manifest/library.php: * @var string libraries/cms/installer/manifest/library.php: * @var string libraries/cms/installer/manifest/package.php: * @var string libraries/cms/installer/manifest/package.php: * @var string libraries/cms/installer/manifest/package.php: * @var string libraries/cms/installer/installer.php: * @var string libraries/cms/installer/installer.php: * @var string libraries/cms/installer/installer.php: * @var string libraries/cms/installer/extension.php: * @var string libraries/cms/installer/extension.php: * @var string libraries/cms/installer/extension.php: * @var string libraries/cms/installer/extension.php: * @var string libraries/cms/installer/extension.php: * @var string libraries/cms/installer/adapter/template.php: * @var string libraries/cms/installer/adapter/template.php: * @var string libraries/cms/installer/adapter/template.php: * @var string libraries/cms/installer/adapter/template.php: * @var string libraries/cms/installer/adapter/file.php: * @var string libraries/cms/installer/adapter/component.php: * @var string libraries/cms/installer/adapter/component.php: * @var string libraries/cms/installer/adapter/component.php: * @var string libraries/cms/installer/adapter/component.php: * @var string libraries/cms/installer/adapter/component.php: * @var string libraries/cms/installer/adapter/plugin.php: * @var string libraries/cms/installer/adapter/plugin.php: * @var string libraries/cms/installer/adapter/plugin.php: * @var string libraries/cms/installer/adapter/package.php: * @var string libraries/cms/installer/adapter/module.php: * @var string libraries/cms/installer/adapter/module.php: * @var string libraries/cms/installer/adapter/module.php: * @var string libraries/cms/installer/adapter/module.php: * @var string libraries/cms/application/cms.php: * @var string libraries/cms/plugin/plugin.php: * @var string libraries/cms/plugin/plugin.php: * @var string libraries/cms/ucm/base.php: * @var string libraries/cms/ucm/type.php: * @var string libraries/cms/helper/contenthistory.php: * @var string libraries/cms/helper/tags.php: * @var string libraries/cms/component/router/legacy.php: * @var string libraries/cms/layout/helper.php: * @var string libraries/legacy/form/field/componentlayout.php: * @var string libraries/legacy/form/field/category.php: * @var string libraries/legacy/form/field/modulelayout.php: * @var string libraries/legacy/controller/form.php: * @var string libraries/legacy/controller/form.php: * @var string libraries/legacy/controller/form.php: * @var string libraries/legacy/controller/form.php: * @var string libraries/legacy/controller/form.php: * @var string libraries/legacy/controller/admin.php: * @var string libraries/legacy/controller/admin.php: * @var string libraries/legacy/controller/admin.php: * @var string libraries/legacy/controller/legacy.php: * @var string libraries/legacy/controller/legacy.php: * @var string libraries/legacy/controller/legacy.php: * @var string libraries/legacy/controller/legacy.php: * @var string libraries/legacy/controller/legacy.php: * @var string libraries/legacy/controller/legacy.php: * @var string libraries/legacy/controller/legacy.php: * @var string libraries/legacy/controller/legacy.php: * @var string libraries/legacy/model/item.php: * @var string libraries/legacy/model/admin.php: * @var string libraries/legacy/model/admin.php: * @var string libraries/legacy/model/admin.php: * @var string libraries/legacy/model/admin.php: * @var string libraries/legacy/model/admin.php: * @var string libraries/legacy/model/admin.php: * @var string libraries/legacy/model/legacy.php: * @var string libraries/legacy/model/legacy.php: * @var string libraries/legacy/model/legacy.php: * @var string libraries/legacy/model/legacy.php: * @var string libraries/legacy/model/list.php: * @var string libraries/legacy/model/list.php: * @var string libraries/legacy/model/list.php: * @var string libraries/legacy/exception/exception.php: * @var string libraries/legacy/exception/exception.php: * @var string libraries/legacy/exception/exception.php: * @var string libraries/legacy/exception/exception.php: * @var string libraries/legacy/application/application.php: * @var string libraries/legacy/view/category.php: * @var string libraries/legacy/view/category.php: * @var string libraries/legacy/view/category.php: * @var string libraries/legacy/view/categories.php: * @var string libraries/legacy/view/legacy.php: * @var string libraries/legacy/view/legacy.php: * @var string libraries/legacy/view/legacy.php: * @var string libraries/legacy/view/legacy.php: * @var string libraries/legacy/view/legacy.php: * @var string libraries/legacy/view/legacy.php: * @var string libraries/legacy/view/legacy.php: * @var string libraries/legacy/view/legacy.php: * @var string libraries/legacy/view/legacy.php: * @var string libraries/legacy/categories/categories.php: * @var string libraries/legacy/categories/categories.php: * @var string libraries/legacy/categories/categories.php: * @var string libraries/legacy/categories/categories.php: * @var string libraries/legacy/categories/categories.php: * @var string libraries/legacy/categories/categories.php: * @var string libraries/legacy/categories/categories.php: * @var string libraries/legacy/categories/categories.php: * @var string libraries/legacy/categories/categories.php: * @var string libraries/legacy/categories/categories.php: * @var string libraries/legacy/categories/categories.php: * @var string libraries/legacy/categories/categories.php: * @var string libraries/legacy/categories/categories.php: * @var string libraries/legacy/categories/categories.php: * @var string libraries/legacy/categories/categories.php: * @var string libraries/legacy/categories/categories.php: * @var string libraries/legacy/categories/categories.php: * @var string plugins/finder/contacts/contacts.php: * @var string plugins/finder/contacts/contacts.php: * @var string plugins/finder/contacts/contacts.php: * @var string plugins/finder/contacts/contacts.php: * @var string plugins/finder/contacts/contacts.php: * @var string plugins/finder/contacts/contacts.php: * @var string plugins/finder/tags/tags.php: * @var string plugins/finder/tags/tags.php: * @var string plugins/finder/tags/tags.php: * @var string plugins/finder/tags/tags.php: * @var string plugins/finder/tags/tags.php: * @var string plugins/finder/tags/tags.php: * @var string plugins/finder/content/content.php: * @var string plugins/finder/content/content.php: * @var string plugins/finder/content/content.php: * @var string plugins/finder/content/content.php: * @var string plugins/finder/content/content.php: * @var string plugins/finder/weblinks/weblinks.php: * @var string plugins/finder/weblinks/weblinks.php: * @var string plugins/finder/weblinks/weblinks.php: * @var string plugins/finder/weblinks/weblinks.php: * @var string plugins/finder/weblinks/weblinks.php: * @var string plugins/finder/categories/categories.php: * @var string plugins/finder/categories/categories.php: * @var string plugins/finder/categories/categories.php: * @var string plugins/finder/categories/categories.php: * @var string plugins/finder/categories/categories.php: * @var string plugins/finder/categories/categories.php: * @var string plugins/finder/newsfeeds/newsfeeds.php: * @var string plugins/finder/newsfeeds/newsfeeds.php: * @var string plugins/finder/newsfeeds/newsfeeds.php: * @var string plugins/finder/newsfeeds/newsfeeds.php: * @var string plugins/finder/newsfeeds/newsfeeds.php: * @var string plugins/finder/newsfeeds/newsfeeds.php: * @var string plugins/twofactorauth/totp/totp.php: * @var string plugins/twofactorauth/yubikey/yubikey.php: * @var string plugins/user/profile/profile.php: * @var string plugins/user/profile/fields/tos.php: * @var string plugins/system/debug/debug.php: * @var string

### array

This tag:
* @var array
has been used a total of 318 times within the following files:

administrator/modules/mod_menu/menu.php: * @var array administrator/components/com_admin/models/sysinfo.php: * @var array administrator/components/com_admin/models/help.php: * @var array administrator/components/com_menus/models/menutypes.php: * @var array administrator/components/com_installer/views/update/view.html.php: * @var array administrator/components/com_cpanel/views/cpanel/view.html.php: * @var array administrator/components/com_users/views/notes/view.html.php: * @var array administrator/components/com_finder/helpers/indexer/stemmer.php: * @var array administrator/components/com_finder/helpers/indexer/taxonomy.php: * @var array administrator/components/com_finder/helpers/indexer/taxonomy.php: * @var array administrator/components/com_finder/helpers/indexer/stemmer/fr.php: * @var array administrator/components/com_finder/helpers/indexer/query.php: * @var array administrator/components/com_finder/helpers/indexer/query.php: * @var array administrator/components/com_finder/helpers/indexer/query.php: * @var array administrator/components/com_finder/helpers/indexer/query.php: * @var array administrator/components/com_finder/helpers/indexer/query.php: * @var array administrator/components/com_finder/helpers/indexer/query.php: * @var array administrator/components/com_finder/helpers/indexer/result.php: * @var array administrator/components/com_finder/helpers/indexer/result.php: * @var array administrator/components/com_finder/helpers/indexer/result.php: * @var array administrator/components/com_joomlaupdate/restore.php: * @var array administrator/components/com_joomlaupdate/restore.php: * @var array administrator/components/com_joomlaupdate/restore.php: * @var array administrator/components/com_languages/views/overrides/view.html.php: * @var array administrator/components/com_languages/helpers/jsonresponse.php: * @var array administrator/includes/toolbar.php: * @var array administrator/includes/toolbar.php: * @var array components/com_contact/models/category.php: * @var array components/com_contact/models/category.php: * @var array components/com_contact/models/featured.php: * @var array components/com_contact/models/featured.php: * @var array components/com_weblinks/models/category.php: * @var array components/com_weblinks/models/category.php: * @var array components/com_search/models/search.php: * @var array components/com_config/model/form.php: * @var array components/com_config/view/cms/html.php: * @var array components/com_finder/models/search.php: * @var array components/com_finder/models/search.php: * @var array components/com_finder/models/search.php: * @var array components/com_newsfeeds/models/category.php: * @var array components/com_newsfeeds/models/category.php: * @var array components/com_tags/models/tag.php: * @var array components/com_content/models/category.php: * @var array components/com_content/models/category.php: * @var array installation/view/complete/html.php: * @var array installation/view/install/html.php: * @var array installation/view/install/html.php: * @var array installation/view/languages/html.php: * @var array installation/view/defaultlanguage/html.php: * @var array installation/view/preinstall/html.php: * @var array installation/view/preinstall/html.php: * @var array installation/view/summary/html.php: * @var array installation/view/summary/html.php: * @var array installation/view/summary/html.php: * @var array libraries/simplepie/simplepie.php: * @var array libraries/simplepie/simplepie.php: * @var array libraries/simplepie/simplepie.php: * @var array libraries/simplepie/simplepie.php: * @var array libraries/simplepie/simplepie.php: * @var array libraries/simplepie/simplepie.php: * @var array libraries/simplepie/simplepie.php: * @var array libraries/simplepie/idn/idna_convert.class.php: * @var array libraries/joomla/form/form.php: * @var array libraries/joomla/form/form.php: * @var array libraries/joomla/form/form.php: * @var array libraries/joomla/form/helper.php: * @var array libraries/joomla/form/helper.php: * @var array libraries/joomla/form/fields/predefinedlist.php: * @var array libraries/joomla/form/fields/predefinedlist.php: * @var array libraries/joomla/form/fields/timezone.php: * @var array libraries/joomla/environment/browser.php: * @var array libraries/joomla/document/feed/feed.php: * @var array libraries/joomla/document/html/html.php: * @var array libraries/joomla/document/html/html.php: * @var array libraries/joomla/document/html/html.php: * @var array libraries/joomla/document/html/html.php: * @var array libraries/joomla/document/html/html.php: * @var array libraries/joomla/document/opensearch/opensearch.php: * @var array libraries/joomla/document/document.php: * @var array libraries/joomla/document/document.php: * @var array libraries/joomla/document/document.php: * @var array libraries/joomla/document/document.php: * @var array libraries/joomla/document/document.php: * @var array libraries/joomla/document/document.php: * @var array libraries/joomla/feed/parser.php: * @var array libraries/joomla/access/rules.php: * @var array libraries/joomla/access/access.php: * @var array libraries/joomla/access/access.php: * @var array libraries/joomla/access/access.php: * @var array libraries/joomla/access/access.php: * @var array libraries/joomla/access/access.php: * @var array libraries/joomla/access/rule.php: * @var array libraries/joomla/grid/grid.php: * @var array libraries/joomla/grid/grid.php: * @var array libraries/joomla/grid/grid.php: * @var array libraries/joomla/grid/grid.php: * @var array libraries/joomla/base/adapter.php: * @var array libraries/joomla/filter/input.php: * @var array libraries/joomla/filter/input.php: * @var array libraries/joomla/filter/input.php: * @var array libraries/joomla/filter/input.php: * @var array libraries/joomla/filter/input.php: * @var array libraries/joomla/input/files.php: * @var array libraries/joomla/input/input.php: * @var array libraries/joomla/input/input.php: * @var array libraries/joomla/input/input.php: * @var array libraries/joomla/input/cli.php: * @var array libraries/joomla/event/dispatcher.php: * @var array libraries/joomla/event/dispatcher.php: * @var array libraries/joomla/session/session.php: * @var array libraries/joomla/archive/gzip.php: * @var array libraries/joomla/archive/zip.php: * @var array libraries/joomla/archive/zip.php: * @var array libraries/joomla/archive/tar.php: * @var array libraries/joomla/archive/tar.php: * @var array libraries/joomla/github/package.php: * @var array libraries/joomla/github/package/repositories/hooks.php: * @var array libraries/joomla/github/hooks.php: * @var array libraries/joomla/updater/update.php: * @var array libraries/joomla/updater/update.php: * @var array libraries/joomla/updater/adapters/collection.php: * @var array libraries/joomla/updater/adapters/collection.php: * @var array libraries/joomla/updater/updateadapter.php: * @var array libraries/joomla/updater/updateadapter.php: * @var array libraries/joomla/object/object.php: * @var array libraries/joomla/filesystem/stream.php: * @var array libraries/joomla/filesystem/stream.php: * @var array libraries/joomla/filesystem/stream.php: * @var array libraries/joomla/filesystem/streams/string.php: * @var array libraries/joomla/log/entry.php: * @var array libraries/joomla/log/logger.php: * @var array libraries/joomla/log/log.php: * @var array libraries/joomla/log/log.php: * @var array libraries/joomla/log/log.php: * @var array libraries/joomla/language/stemmer.php: * @var array libraries/joomla/language/text.php: * @var array libraries/joomla/language/language.php: * @var array libraries/joomla/language/language.php: * @var array libraries/joomla/language/language.php: * @var array libraries/joomla/language/language.php: * @var array libraries/joomla/language/language.php: * @var array libraries/joomla/language/language.php: * @var array libraries/joomla/language/language.php: * @var array libraries/joomla/language/language.php: * @var array libraries/joomla/utilities/buffer.php: * @var array libraries/joomla/data/data.php: * @var array libraries/joomla/data/set.php: * @var array libraries/joomla/microdata/microdata.php: * @var array libraries/joomla/table/nested.php: * @var array libraries/joomla/table/table.php: * @var array libraries/joomla/table/table.php: * @var array libraries/joomla/table/user.php: * @var array libraries/joomla/table/observer/tags.php: * @var array libraries/joomla/observer/mapper.php: * @var array libraries/joomla/client/ftp.php: * @var array libraries/joomla/factory.php: * @var array libraries/joomla/user/authentication.php: * @var array libraries/joomla/user/authentication.php: * @var array libraries/joomla/user/user.php: * @var array libraries/joomla/user/user.php: * @var array libraries/joomla/user/user.php: * @var array libraries/joomla/user/user.php: * @var array libraries/joomla/database/exporter.php: * @var array libraries/joomla/database/exporter.php: * @var array libraries/joomla/database/driver/pdo.php: * @var array libraries/joomla/string/string.php: * @var array libraries/joomla/string/inflector.php: * @var array libraries/joomla/string/inflector.php: * @var array libraries/joomla/cache/controller.php: * @var array libraries/fof/controller/controller.php: * @var array libraries/fof/controller/controller.php: * @var array libraries/fof/controller/controller.php: * @var array libraries/fof/controller/controller.php: * @var array libraries/fof/controller/controller.php: * @var array libraries/fof/controller/controller.php: * @var array libraries/fof/controller/controller.php: * @var array libraries/fof/model/model.php: * @var array libraries/fof/model/model.php: * @var array libraries/fof/model/model.php: * @var array libraries/fof/model/model.php: * @var array libraries/fof/model/model.php: * @var array libraries/fof/model/model.php: * @var array libraries/fof/utils/observable/dispatcher.php: * @var array libraries/fof/utils/observable/dispatcher.php: * @var array libraries/fof/utils/object/object.php: * @var array libraries/fof/hal/links.php: * @var array libraries/fof/hal/document.php: * @var array libraries/fof/hal/document.php: * @var array libraries/fof/platform/platform.php: * @var array libraries/fof/platform/filesystem/filesystem.php: * @var array libraries/fof/view/view.php: * @var array libraries/fof/view/view.php: * @var array libraries/fof/view/view.php: * @var array libraries/fof/view/view.php: * @var array libraries/fof/view/csv.php: * @var array libraries/fof/config/provider.php: * @var array libraries/fof/table/table.php: * @var array libraries/fof/table/table.php: * @var array libraries/fof/table/table.php: * @var array libraries/fof/table/table.php: * @var array libraries/fof/table/table.php: * @var array libraries/fof/table/table.php: * @var array libraries/fof/table/table.php: * @var array libraries/fof/table/table.php: * @var array libraries/fof/table/table.php: * @var array libraries/fof/table/relations.php: * @var array libraries/fof/table/relations.php: * @var array libraries/fof/inflector/inflector.php: * @var array libraries/fof/inflector/inflector.php: * @var array libraries/fof/autoloader/component.php: * @var array libraries/framework/Joomla/Application/Cli/ColorStyle.php: * @var array libraries/framework/Joomla/Application/Cli/ColorStyle.php: * @var array libraries/framework/Joomla/Application/Cli/ColorStyle.php: * @var array libraries/framework/Joomla/Application/Cli/Output/Processor/ColorProcessor.php: * @var array libraries/framework/Joomla/Registry/Format/Ini.php: * @var array libraries/framework/Joomla/Registry/Registry.php: * @var array libraries/cms/form/field/status.php: * @var array libraries/cms/form/field/userstate.php: * @var array libraries/cms/form/field/limitbox.php: * @var array libraries/cms/form/field/limitbox.php: * @var array libraries/cms/form/field/registrationdaterange.php: * @var array libraries/cms/form/field/usergrouplist.php: * @var array libraries/cms/form/field/author.php: * @var array libraries/cms/form/field/menuitem.php: * @var array libraries/cms/form/field/menuitem.php: * @var array libraries/cms/form/field/menuitem.php: * @var array libraries/cms/form/field/useractive.php: * @var array libraries/cms/form/field/editor.php: * @var array libraries/cms/form/field/editor.php: * @var array libraries/cms/captcha/captcha.php: * @var array libraries/cms/captcha/captcha.php: * @var array libraries/cms/captcha/captcha.php: * @var array libraries/cms/toolbar/toolbar.php: * @var array libraries/cms/toolbar/toolbar.php: * @var array libraries/cms/toolbar/toolbar.php: * @var array libraries/cms/editor/editor.php: * @var array libraries/cms/editor/editor.php: * @var array libraries/cms/schema/changeset.php: * @var array libraries/cms/schema/changeitem.php: * @var array libraries/cms/html/sidebar.php: * @var array libraries/cms/html/sidebar.php: * @var array libraries/cms/html/category.php: * @var array libraries/cms/html/contentlanguage.php: * @var array libraries/cms/html/html.php: * @var array libraries/cms/html/html.php: * @var array libraries/cms/html/html.php: * @var array libraries/cms/html/tag.php: * @var array libraries/cms/html/behavior.php: * @var array libraries/cms/html/select.php: * @var array libraries/cms/html/access.php: * @var array libraries/cms/html/menu.php: * @var array libraries/cms/html/menu.php: * @var array libraries/cms/response/json.php: * @var array libraries/cms/installer/manifest.php: * @var array libraries/cms/installer/installer.php: * @var array libraries/cms/installer/installer.php: * @var array libraries/cms/installer/adapter/component.php: * @var array libraries/cms/installer/adapter/component.php: * @var array libraries/cms/application/helper.php: * @var array libraries/cms/application/cms.php: * @var array libraries/cms/application/cms.php: * @var array libraries/cms/application/cms.php: * @var array libraries/cms/application/cms.php: * @var array libraries/cms/plugin/helper.php: * @var array libraries/cms/ucm/content.php: * @var array libraries/cms/component/helper.php: * @var array libraries/cms/table/contenthistory.php: * @var array libraries/cms/table/contenthistory.php: * @var array libraries/cms/layout/file.php: * @var array libraries/cms/layout/base.php: * @var array libraries/cms/library/helper.php: * @var array libraries/cms/menu/menu.php: * @var array libraries/cms/router/site.php: * @var array libraries/cms/router/router.php: * @var array libraries/cms/router/router.php: * @var array libraries/cms/router/router.php: * @var array libraries/cms/router/router.php: * @var array libraries/cms/router/router.php: * @var array libraries/cms/router/router.php: * @var array libraries/cms/pagination/pagination.php: * @var array libraries/loader.php: * @var array libraries/loader.php: * @var array libraries/loader.php: * @var array libraries/loader.php: * @var array libraries/loader.php: * @var array libraries/legacy/controller/legacy.php: * @var array libraries/legacy/controller/legacy.php: * @var array libraries/legacy/controller/legacy.php: * @var array libraries/legacy/controller/legacy.php: * @var array libraries/legacy/error/error.php: * @var array libraries/legacy/error/error.php: * @var array libraries/legacy/error/error.php: * @var array libraries/legacy/model/form.php: * @var array libraries/legacy/model/item.php: * @var array libraries/legacy/model/list.php: * @var array libraries/legacy/model/list.php: * @var array libraries/legacy/base/node.php: * @var array libraries/legacy/base/observable.php: * @var array libraries/legacy/base/observable.php: * @var array libraries/legacy/exception/exception.php: * @var array libraries/legacy/application/application.php: * @var array libraries/legacy/application/application.php: * @var array libraries/legacy/view/category.php: * @var array libraries/legacy/view/category.php: * @var array libraries/legacy/view/category.php: * @var array libraries/legacy/view/categories.php: * @var array libraries/legacy/view/legacy.php: * @var array libraries/legacy/view/legacy.php: * @var array libraries/legacy/view/legacy.php: * @var array libraries/legacy/categories/categories.php: * @var array libraries/legacy/categories/categories.php: * @var array libraries/legacy/categories/categories.php: * @var array libraries/legacy/categories/categories.php: * @var array libraries/legacy/categories/categories.php: * @var array plugins/system/debug/debug.php: * @var array plugins/system/debug/debug.php: * @var array plugins/system/debug/debug.php: * @var array plugins/system/debug/debug.php: * @var array

### boolean

This tag:
* @var boolean
has been used a total of 111 times within the following files:

administrator/modules/mod_menu/menu.php: * @var boolean administrator/components/com_finder/helpers/indexer/token.php: * @var boolean administrator/components/com_finder/helpers/indexer/token.php: * @var boolean administrator/components/com_finder/helpers/indexer/token.php: * @var boolean administrator/components/com_finder/helpers/indexer/query.php: * @var boolean administrator/components/com_joomlaupdate/restore.php: * @var boolean administrator/components/com_joomlaupdate/restore.php: * @var boolean administrator/components/com_joomlaupdate/restore.php: * @var boolean administrator/components/com_joomlaupdate/restore.php: * @var boolean administrator/components/com_languages/helpers/jsonresponse.php: * @var boolean administrator/components/com_languages/helpers/jsonresponse.php: * @var boolean components/com_config/model/cms.php: * @var boolean components/com_newsfeeds/views/newsfeed/view.html.php: * @var boolean libraries/phpmailer/phpmailer.php: * @var boolean libraries/joomla/form/field.php: * @var boolean libraries/joomla/form/field.php: * @var boolean libraries/joomla/form/field.php: * @var boolean libraries/joomla/form/field.php: * @var boolean libraries/joomla/form/field.php: * @var boolean libraries/joomla/form/field.php: * @var boolean libraries/joomla/form/field.php: * @var boolean libraries/joomla/form/field.php: * @var boolean libraries/joomla/form/field.php: * @var boolean libraries/joomla/form/field.php: * @var boolean libraries/joomla/form/fields/filelist.php: * @var boolean libraries/joomla/form/fields/filelist.php: * @var boolean libraries/joomla/form/fields/filelist.php: * @var boolean libraries/joomla/form/fields/predefinedlist.php: * @var boolean libraries/joomla/form/fields/sql.php: * @var boolean libraries/joomla/form/fields/meter.php: * @var boolean libraries/joomla/form/fields/meter.php: * @var boolean libraries/joomla/form/fields/meter.php: * @var boolean libraries/joomla/form/fields/folderlist.php: * @var boolean libraries/joomla/form/fields/folderlist.php: * @var boolean libraries/joomla/form/fields/checkboxes.php: * @var boolean libraries/joomla/form/fields/checkbox.php: * @var boolean libraries/joomla/form/fields/password.php: * @var boolean libraries/joomla/document/html/html.php: * @var boolean libraries/joomla/session/session.php: * @var boolean libraries/joomla/updater/adapters/collection.php: * @var boolean libraries/joomla/language/language.php: * @var boolean libraries/joomla/microdata/microdata.php: * @var boolean libraries/joomla/table/table.php: * @var boolean libraries/joomla/table/table.php: * @var boolean libraries/joomla/table/table.php: * @var boolean libraries/joomla/table/observer/tags.php: * @var boolean libraries/joomla/observer/updater.php: * @var boolean libraries/joomla/user/user.php: * @var boolean libraries/joomla/user/user.php: * @var boolean libraries/joomla/cache/storage/memcache.php: * @var boolean libraries/joomla/cache/storage/memcached.php: * @var boolean libraries/fof/controller/controller.php: * @var boolean libraries/fof/model/model.php: * @var boolean libraries/fof/hal/link.php: * @var boolean libraries/fof/platform/platform.php: * @var boolean libraries/fof/view/view.php: * @var boolean libraries/fof/view/view.php: * @var boolean libraries/fof/view/csv.php: * @var boolean libraries/fof/view/json.php: * @var boolean libraries/fof/table/table.php: * @var boolean libraries/fof/table/table.php: * @var boolean libraries/fof/table/table.php: * @var boolean libraries/fof/table/table.php: * @var boolean libraries/fof/table/table.php: * @var boolean libraries/fof/table/table.php: * @var boolean libraries/fof/dispatcher/dispatcher.php: * @var boolean libraries/framework/Joomla/Application/Cli/Output/Processor/ColorProcessor.php: * @var boolean libraries/cms/form/field/media.php: * @var boolean libraries/cms/form/field/tag.php: * @var boolean libraries/cms/response/json.php: * @var boolean libraries/cms/installer/installer.php: * @var boolean libraries/cms/installer/installer.php: * @var boolean libraries/cms/installer/extension.php: * @var boolean libraries/cms/installer/adapter/language.php: * @var boolean libraries/cms/application/site.php: * @var boolean libraries/cms/application/site.php: * @var boolean libraries/cms/plugin/plugin.php: * @var boolean libraries/cms/helper/tags.php: * @var boolean libraries/cms/helper/tags.php: * @var boolean libraries/legacy/model/legacy.php: * @var boolean libraries/legacy/categories/categories.php: * @var boolean libraries/legacy/categories/categories.php: * @var boolean libraries/legacy/categories/categories.php: * @var boolean plugins/captcha/recaptcha/recaptcha.php: * @var boolean plugins/search/contacts/contacts.php: * @var boolean plugins/search/tags/tags.php: * @var boolean plugins/search/weblinks/weblinks.php: * @var boolean plugins/search/categories/categories.php: * @var boolean plugins/search/newsfeeds/newsfeeds.php: * @var boolean plugins/extension/joomla/joomla.php: * @var boolean plugins/editors-xtd/article/article.php: * @var boolean plugins/editors-xtd/image/image.php: * @var boolean plugins/editors-xtd/readmore/readmore.php: * @var boolean plugins/editors-xtd/pagebreak/pagebreak.php: * @var boolean plugins/finder/contacts/contacts.php: * @var boolean plugins/finder/tags/tags.php: * @var boolean plugins/finder/content/content.php: * @var boolean plugins/finder/weblinks/weblinks.php: * @var boolean plugins/finder/categories/categories.php: * @var boolean plugins/finder/newsfeeds/newsfeeds.php: * @var boolean plugins/content/vote/vote.php: * @var boolean plugins/content/pagebreak/pagebreak.php: * @var boolean plugins/editors/tinymce/tinymce.php: * @var boolean plugins/twofactorauth/totp/totp.php: * @var boolean plugins/twofactorauth/yubikey/yubikey.php: * @var boolean plugins/user/profile/profile.php: * @var boolean plugins/user/contactcreator/contactcreator.php: * @var boolean plugins/quickicon/joomlaupdate/joomlaupdate.php: * @var boolean plugins/quickicon/extensionupdate/extensionupdate.php: * @var boolean plugins/system/debug/debug.php: * @var boolean plugins/system/logout/logout.php: * @var boolean

### integer

This tag:
* @var integer
has been used a total of 97 times within the following files:

administrator/components/com_finder/helpers/indexer/adapter.php: * @var integer administrator/components/com_finder/helpers/indexer/adapter.php: * @var integer administrator/components/com_finder/helpers/indexer/adapter.php: * @var integer administrator/components/com_finder/helpers/indexer/token.php: * @var integer administrator/components/com_finder/helpers/indexer/token.php: * @var integer administrator/components/com_finder/helpers/indexer/indexer.php: * @var integer administrator/components/com_finder/helpers/indexer/indexer.php: * @var integer administrator/components/com_finder/helpers/indexer/indexer.php: * @var integer administrator/components/com_finder/helpers/indexer/indexer.php: * @var integer administrator/components/com_finder/helpers/indexer/indexer.php: * @var integer administrator/components/com_finder/helpers/indexer/query.php: * @var integer administrator/components/com_finder/helpers/indexer/result.php: * @var integer administrator/components/com_finder/helpers/indexer/result.php: * @var integer administrator/components/com_finder/helpers/indexer/result.php: * @var integer administrator/components/com_finder/helpers/indexer/result.php: * @var integer administrator/components/com_cache/models/cache.php: * @var integer components/com_search/models/search.php: * @var integer components/com_search/models/search.php: * @var integer installation/model/database.php: * @var integer libraries/joomla/form/field.php: * @var integer libraries/joomla/form/field.php: * @var integer libraries/joomla/form/fields/text.php: * @var integer libraries/joomla/form/fields/color.php: * @var integer libraries/joomla/form/fields/calendar.php: * @var integer libraries/joomla/form/fields/calendar.php: * @var integer libraries/joomla/form/fields/calendar.php: * @var integer libraries/joomla/form/fields/password.php: * @var integer libraries/joomla/form/fields/password.php: * @var integer libraries/joomla/form/fields/timezone.php: * @var integer libraries/joomla/document/html/html.php: * @var integer libraries/joomla/feed/link.php: * @var integer libraries/joomla/filter/input.php: * @var integer libraries/joomla/filter/input.php: * @var integer libraries/joomla/filter/input.php: * @var integer libraries/joomla/filesystem/stream.php: * @var integer libraries/joomla/filesystem/stream.php: * @var integer libraries/joomla/filesystem/stream.php: * @var integer libraries/joomla/filesystem/stream.php: * @var integer libraries/joomla/filesystem/streams/string.php: * @var integer libraries/joomla/log/log.php: * @var integer libraries/joomla/log/log.php: * @var integer libraries/joomla/log/log.php: * @var integer libraries/joomla/log/log.php: * @var integer libraries/joomla/log/log.php: * @var integer libraries/joomla/log/log.php: * @var integer libraries/joomla/log/log.php: * @var integer libraries/joomla/log/log.php: * @var integer libraries/joomla/log/log.php: * @var integer libraries/joomla/language/language.php: * @var integer libraries/joomla/utilities/buffer.php: * @var integer libraries/joomla/data/set.php: * @var integer libraries/joomla/table/nested.php: * @var integer libraries/joomla/table/nested.php: * @var integer libraries/joomla/table/nested.php: * @var integer libraries/joomla/table/nested.php: * @var integer libraries/joomla/table/nested.php: * @var integer libraries/joomla/table/nested.php: * @var integer libraries/joomla/table/nested.php: * @var integer libraries/joomla/table/asset.php: * @var integer libraries/joomla/user/user.php: * @var integer libraries/joomla/user/user.php: * @var integer libraries/joomla/user/user.php: * @var integer libraries/joomla/database/iterator.php: * @var integer libraries/joomla/cache/storage/memcache.php: * @var integer libraries/joomla/cache/storage/memcached.php: * @var integer libraries/joomla/cache/storage/helper.php: * @var integer libraries/fof/controller/controller.php: * @var integer libraries/fof/less/less.php: * @var integer libraries/fof/platform/platform.php: * @var integer libraries/fof/database/iterator.php: * @var integer libraries/framework/Joomla/Application/Cli/ColorStyle.php: * @var integer libraries/framework/Joomla/Application/Cli/ColorStyle.php: * @var integer libraries/framework/Joomla/Application/Cli/ColorStyle.php: * @var integer libraries/framework/Joomla/Application/Cli/ColorStyle.php: * @var integer libraries/framework/Symfony/Component/Yaml/Dumper.php: * @var integer libraries/cms/form/field/moduleposition.php: * @var integer libraries/cms/application/cms.php: * @var integer libraries/cms/menu/menu.php: * @var integer libraries/cms/menu/menu.php: * @var integer libraries/cms/router/router.php: * @var integer libraries/cms/router/router.php: * @var integer libraries/legacy/application/application.php: * @var integer libraries/legacy/application/application.php: * @var integer libraries/legacy/categories/categories.php: * @var integer libraries/legacy/categories/categories.php: * @var integer libraries/legacy/categories/categories.php: * @var integer libraries/legacy/categories/categories.php: * @var integer libraries/legacy/categories/categories.php: * @var integer libraries/legacy/categories/categories.php: * @var integer libraries/legacy/categories/categories.php: * @var integer libraries/legacy/categories/categories.php: * @var integer libraries/legacy/categories/categories.php: * @var integer libraries/legacy/categories/categories.php: * @var integer libraries/legacy/categories/categories.php: * @var integer libraries/legacy/categories/categories.php: * @var integer libraries/legacy/categories/categories.php: * @var integer libraries/legacy/categories/categories.php: * @var integer

### object

This tag:
* @var object
has been used a total of 57 times within the following files:

administrator/modules/mod_menu/menu.php: * @var object administrator/modules/mod_menu/menu.php: * @var object administrator/components/com_installer/views/update/view.html.php: * @var object administrator/components/com_users/views/note/view.html.php: * @var object administrator/components/com_finder/helpers/indexer/adapter.php: * @var object administrator/components/com_finder/helpers/indexer/indexer.php: * @var object administrator/components/com_finder/helpers/indexer/indexer.php: * @var object administrator/components/com_cache/models/cache.php: * @var object administrator/components/com_languages/views/overrides/view.html.php: * @var object administrator/components/com_languages/views/overrides/view.html.php: * @var object administrator/components/com_languages/views/override/view.html.php: * @var object administrator/components/com_languages/views/override/view.html.php: * @var object administrator/components/com_languages/views/override/view.html.php: * @var object components/com_contact/models/category.php: * @var object components/com_contact/models/featured.php: * @var object components/com_weblinks/models/category.php: * @var object components/com_search/models/search.php: * @var object components/com_newsfeeds/views/newsfeed/view.html.php: * @var object components/com_newsfeeds/views/newsfeed/view.html.php: * @var object components/com_newsfeeds/models/category.php: * @var object components/com_tags/models/tag.php: * @var object components/com_content/models/category.php: * @var object libraries/joomla/form/form.php: * @var object libraries/joomla/document/feed/feed.php: * @var object libraries/joomla/document/feed/feed.php: * @var object libraries/joomla/document/error/error.php: * @var object libraries/joomla/document/opensearch/opensearch.php: * @var object libraries/joomla/document/document.php: * @var object libraries/joomla/date/date.php: * @var object libraries/joomla/date/date.php: * @var object libraries/joomla/event/event.php: * @var object libraries/joomla/updater/adapters/collection.php: * @var object libraries/joomla/database/importer.php: * @var object libraries/joomla/database/exporter.php: * @var object libraries/joomla/cache/controller/output.php: * @var object libraries/joomla/cache/storage/cachelite.php: * @var object libraries/fof/model/model.php: * @var object libraries/fof/utils/observable/event.php: * @var object libraries/fof/platform/platform.php: * @var object libraries/framework/Joomla/Registry/Registry.php: * @var object libraries/cms/editor/editor.php: * @var object libraries/cms/installer/installer.php: * @var object libraries/cms/installer/installer.php: * @var object libraries/cms/installer/extension.php: * @var object libraries/cms/installer/extension.php: * @var object libraries/cms/installer/adapter/file.php: * @var object libraries/cms/installer/adapter/plugin.php: * @var object libraries/cms/installer/adapter/plugin.php: * @var object libraries/cms/installer/adapter/package.php: * @var object libraries/cms/installer/adapter/module.php: * @var object libraries/cms/application/cms.php: * @var object libraries/legacy/model/legacy.php: * @var object libraries/legacy/base/observer.php: * @var object libraries/legacy/base/node.php: * @var object libraries/legacy/base/tree.php: * @var object libraries/legacy/base/tree.php: * @var object libraries/legacy/categories/categories.php: * @var object

### mixed

This tag:
* @var mixed
has been used a total of 40 times within the following files:

administrator/components/com_finder/helpers/indexer/result.php: * @var mixed administrator/components/com_finder/helpers/indexer/result.php: * @var mixed administrator/components/com_languages/helpers/jsonresponse.php: * @var mixed libraries/joomla/form/form.php: * @var mixed libraries/joomla/form/field.php: * @var mixed libraries/joomla/form/field.php: * @var mixed libraries/joomla/form/field.php: * @var mixed libraries/joomla/form/field.php: * @var mixed libraries/joomla/form/field.php: * @var mixed libraries/joomla/form/field.php: * @var mixed libraries/joomla/form/fields/file.php: * @var mixed libraries/joomla/form/fields/text.php: * @var mixed libraries/joomla/form/fields/color.php: * @var mixed libraries/joomla/form/fields/color.php: * @var mixed libraries/joomla/form/fields/color.php: * @var mixed libraries/joomla/form/fields/textarea.php: * @var mixed libraries/joomla/form/fields/textarea.php: * @var mixed libraries/joomla/form/fields/checkboxes.php: * @var mixed libraries/joomla/event/dispatcher.php: * @var mixed libraries/joomla/user/authentication.php: * @var mixed libraries/joomla/database/importer.php: * @var mixed libraries/joomla/database/iterator.php: * @var mixed libraries/joomla/database/iterator.php: * @var mixed libraries/joomla/database/iterator.php: * @var mixed libraries/fof/form/header.php: * @var mixed libraries/fof/form/header.php: * @var mixed libraries/fof/form/header.php: * @var mixed libraries/fof/model/field.php: * @var mixed libraries/fof/utils/observable/dispatcher.php: * @var mixed libraries/fof/database/iterator.php: * @var mixed libraries/fof/database/iterator.php: * @var mixed libraries/fof/database/iterator.php: * @var mixed libraries/cms/form/field/templatestyle.php: * @var mixed libraries/cms/form/field/templatestyle.php: * @var mixed libraries/cms/form/field/editor.php: * @var mixed libraries/cms/captcha/captcha.php: * @var mixed libraries/cms/editor/editor.php: * @var mixed libraries/cms/response/json.php: * @var mixed libraries/legacy/base/observable.php: * @var mixed libraries/legacy/categories/categories.php: * @var mixed

### /* int A monotonically increasing number, denoting the row number in a repeatable view */

This tag:
* @var /* int A monotonically increasing number, denoting the row number in a repeatable view */
has been used a total of 34 times within the following files:

libraries/fof/form/field/groupedlist.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/media.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/components.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/rules.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/spacer.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/sql.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/selectrow.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/imagelist.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/user.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/actions.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/radio.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/tag.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/sessionhandler.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/email.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/tel.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/text.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/ordering.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/language.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/textarea.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/published.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/integer.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/plugins.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/url.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/usergroup.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/calendar.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/cachehandler.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/checkbox.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/hidden.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/accesslevel.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/password.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/timezone.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/list.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/editor.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */ libraries/fof/form/field/captcha.php: /** @var int A monotonically increasing number, denoting the row number in a repeatable view */

### /* FOFTable The item being rendered in a repeatable form field */

This tag:
* @var /* FOFTable The item being rendered in a repeatable form field */
has been used a total of 34 times within the following files:

libraries/fof/form/field/groupedlist.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/media.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/components.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/rules.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/spacer.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/sql.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/selectrow.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/imagelist.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/user.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/actions.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/radio.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/tag.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/sessionhandler.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/email.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/tel.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/text.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/ordering.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/language.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/textarea.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/published.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/integer.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/plugins.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/url.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/usergroup.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/calendar.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/cachehandler.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/checkbox.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/hidden.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/accesslevel.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/password.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/timezone.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/list.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/editor.php: /** @var FOFTable The item being rendered in a repeatable form field */ libraries/fof/form/field/captcha.php: /** @var FOFTable The item being rendered in a repeatable form field */

### / InstallationApplicationWeb $app */

This tag:
* @var / InstallationApplicationWeb $app */
has been used a total of 32 times within the following files:

installation/controller/verifyftpsettings.php: /* @var InstallationApplicationWeb $app */ installation/controller/ftp.php: /* @var InstallationApplicationWeb $app */ installation/controller/preinstall.php: /* @var InstallationApplicationWeb $app */ installation/controller/setlanguage.php: /* @var InstallationApplicationWeb $app */ installation/controller/default.php: /* @var InstallationApplicationWeb $app */ installation/controller/install/sample.php: /* @var InstallationApplicationWeb $app */ installation/controller/install/languages.php: /* @var InstallationApplicationWeb $app */ installation/controller/install/email.php: /* @var InstallationApplicationWeb $app */ installation/controller/install/database_backup.php: /* @var InstallationApplicationWeb $app */ installation/controller/install/database.php: /* @var InstallationApplicationWeb $app */ installation/controller/install/config.php: /* @var InstallationApplicationWeb $app */ installation/controller/site.php: /* @var InstallationApplicationWeb $app */ installation/controller/summary.php: /* @var InstallationApplicationWeb $app */ installation/controller/setdefaultlanguage.php: /* @var InstallationApplicationWeb $app */ installation/controller/removefolder.php: /* @var InstallationApplicationWeb $app */ installation/controller/detectftproot.php: /* @var InstallationApplicationWeb $app */ installation/controller/database.php: /* @var InstallationApplicationWeb $app */ installation/model/ftp.php: /* @var InstallationApplicationWeb $app */ installation/model/ftp.php: /* @var InstallationApplicationWeb $app */ installation/model/languages.php: /* @var InstallationApplicationWeb $app */ installation/model/languages.php: /* @var InstallationApplicationWeb $app */ installation/model/languages.php: /* @var InstallationApplicationWeb $app */ installation/model/configuration.php: /* @var InstallationApplicationWeb $app */ installation/model/database.php: /* @var InstallationApplicationWeb $app */ installation/model/database.php: /* @var InstallationApplicationWeb $app */ installation/model/database.php: /* @var InstallationApplicationWeb $app */ installation/model/database.php: /* @var InstallationApplicationWeb $app */ installation/model/database.php: /* @var InstallationApplicationWeb $app */ installation/model/setup.php: /* @var InstallationApplicationWeb $app */ installation/model/setup.php: /* @var InstallationApplicationWeb $app */ installation/model/setup.php: /* @var InstallationApplicationWeb $app */ installation/model/setup.php: /* @var InstallationApplicationWeb $app */

### int

This tag:
* @var int
has been used a total of 28 times within the following files:

libraries/phpmailer/phpmailer.php: * @var int libraries/phpmailer/phpmailer.php: * @var int libraries/phpmailer/phpmailer.php: * @var int libraries/phpmailer/phpmailer.php: * @var int libraries/phpmailer/smtp.php: * @var int libraries/phpmailer/smtp.php: * @var int libraries/phpmailer/smtp.php: * @var int libraries/phpmailer/smtp.php: * @var int libraries/phpmailer/pop3.php: * @var int libraries/phpmailer/pop3.php: * @var int libraries/phpmailer/pop3.php: * @var int libraries/phpmailer/pop3.php: * @var int libraries/phpmailer/pop3.php: * @var int libraries/simplepie/simplepie.php: * @var int libraries/simplepie/simplepie.php: * @var int libraries/simplepie/simplepie.php: * @var int libraries/simplepie/simplepie.php: * @var int libraries/simplepie/simplepie.php: * @var int libraries/simplepie/simplepie.php: * @var int libraries/joomla/grid/grid.php: * @var int libraries/joomla/user/user.php: * @var int libraries/joomla/user/user.php: * @var int libraries/fof/model/model.php: * @var int libraries/fof/model/model.php: * @var int libraries/cms/form/field/media.php: * @var int libraries/cms/form/field/media.php: * @var int libraries/legacy/exception/exception.php: * @var int plugins/system/debug/debug.php: * @var int

### JDatabaseDriver

This tag:
* @var JDatabaseDriver
has been used a total of 13 times within the following files:

libraries/joomla/model/database.php: * @var JDatabaseDriver libraries/joomla/base/adapter.php: * @var JDatabaseDriver libraries/joomla/base/adapterinstance.php: * @var JDatabaseDriver libraries/joomla/table/table.php: * @var JDatabaseDriver libraries/joomla/factory.php: * @var JDatabaseDriver libraries/joomla/database/importer.php: * @var JDatabaseDriver libraries/joomla/database/exporter.php: * @var JDatabaseDriver libraries/fof/table/table.php: * @var JDatabaseDriver libraries/cms/schema/changeset.php: * @var JDatabaseDriver libraries/cms/schema/changeitem.php: * @var JDatabaseDriver libraries/cms/ucm/type.php: * @var JDatabaseDriver plugins/authentication/cookie/cookie.php: * @var JDatabaseDriver plugins/user/joomla/joomla.php: * @var JDatabaseDriver

### JApplicationCms

This tag:
* @var JApplicationCms
has been used a total of 12 times within the following files:

administrator/components/com_config/controller/application/refreshhelp.php: * @var JApplicationCms administrator/components/com_config/controller/application/save.php: * @var JApplicationCms administrator/components/com_config/controller/application/removeroot.php: * @var JApplicationCms administrator/components/com_config/controller/component/save.php: * @var JApplicationCms components/com_config/controller/display.php: * @var JApplicationCms components/com_config/controller/cancel.php: * @var JApplicationCms components/com_config/controller/config/save.php: * @var JApplicationCms libraries/joomla/factory.php: * @var JApplicationCms plugins/authentication/cookie/cookie.php: * @var JApplicationCms plugins/editors/tinymce/tinymce.php: * @var JApplicationCms plugins/user/joomla/joomla.php: * @var JApplicationCms plugins/system/remember/remember.php: * @var JApplicationCms

### JRegistry

This tag:
* @var JRegistry
has been used a total of 12 times within the following files:

installation/view/complete/html.php: * @var JRegistry libraries/joomla/model/base.php: * @var JRegistry libraries/joomla/openstreetmap/openstreetmap.php: * @var JRegistry libraries/joomla/openstreetmap/oauth.php: * @var JRegistry libraries/joomla/openstreetmap/object.php: * @var JRegistry libraries/joomla/user/user.php: * @var JRegistry libraries/joomla/user/user.php: * @var JRegistry libraries/cms/form/field/tag.php: * @var JRegistry libraries/cms/plugin/plugin.php: * @var JRegistry libraries/cms/layout/base.php: * @var JRegistry libraries/legacy/view/category.php: * @var JRegistry libraries/legacy/view/categories.php: * @var JRegistry

### bool

This tag:
* @var bool
has been used a total of 11 times within the following files:

libraries/phpmailer/phpmailer.php: * @var bool libraries/phpmailer/phpmailer.php: * @var bool libraries/phpmailer/phpmailer.php: * @var bool libraries/phpmailer/phpmailer.php: * @var bool libraries/phpmailer/phpmailer.php: * @var bool libraries/phpmailer/phpmailer.php: * @var bool libraries/phpmailer/phpmailer.php: * @var bool libraries/phpmailer/smtp.php: * @var bool libraries/simplepie/simplepie.php: * @var bool libraries/fof/form/header.php: * @var bool libraries/fof/model/model.php: * @var bool

### string The prefix to use with controller messages.

This tag:
* @var string The prefix to use with controller messages.
has been used a total of 11 times within the following files:

administrator/components/com_categories/models/category.php: * @var string The prefix to use with controller messages. administrator/components/com_users/controllers/user.php: * @var string The prefix to use with controller messages. administrator/components/com_users/controllers/users.php: * @var string The prefix to use with controller messages. administrator/components/com_banners/controllers/banner.php: * @var string The prefix to use with controller messages. administrator/components/com_banners/controllers/clients.php: * @var string The prefix to use with controller messages. administrator/components/com_banners/controllers/banners.php: * @var string The prefix to use with controller messages. administrator/components/com_banners/controllers/client.php: * @var string The prefix to use with controller messages. administrator/components/com_banners/controllers/tracks.php: * @var string The prefix to use with controller messages. administrator/components/com_banners/models/banner.php: * @var string The prefix to use with controller messages. administrator/components/com_tags/models/tag.php: * @var string The prefix to use with controller messages. administrator/components/com_modules/models/module.php: * @var string The prefix to use with controller messages.

### JHttp The HTTP client object to use in sending HTTP requests.

This tag:
* @var JHttp The HTTP client object to use in sending HTTP requests.
has been used a total of 9 times within the following files:

libraries/joomla/facebook/object.php: * @var JHttp The HTTP client object to use in sending HTTP requests. libraries/joomla/facebook/facebook.php: * @var JHttp The HTTP client object to use in sending HTTP requests. libraries/joomla/oauth1/client.php: * @var JHttp The HTTP client object to use in sending HTTP requests. libraries/joomla/linkedin/linkedin.php: * @var JHttp The HTTP client object to use in sending HTTP requests. libraries/joomla/linkedin/object.php: * @var JHttp The HTTP client object to use in sending HTTP requests. libraries/joomla/twitter/twitter.php: * @var JHttp The HTTP client object to use in sending HTTP requests. libraries/joomla/twitter/object.php: * @var JHttp The HTTP client object to use in sending HTTP requests. libraries/joomla/oauth2/client.php: * @var JHttp The HTTP client object to use in sending HTTP requests. libraries/joomla/google/embed/maps.php: * @var JHttp The HTTP client object to use in sending HTTP requests.

### array Array containing information for loaded files

This tag:
* @var array Array containing information for loaded files
has been used a total of 7 times within the following files:

administrator/components/com_contenthistory/helpers/html/textdiff.php: * @var array Array containing information for loaded files libraries/cms/html/formbehavior.php: * @var array Array containing information for loaded files libraries/cms/html/dropdown.php: * @var array Array containing information for loaded files libraries/cms/html/searchtools.php: * @var array Array containing information for loaded files libraries/cms/html/sortablelist.php: * @var array Array containing information for loaded files libraries/cms/html/bootstrap.php: * @var array Array containing information for loaded files libraries/cms/html/jquery.php: * @var array Array containing information for loaded files

### string The name of the view to link individual items to

This tag:
* @var string The name of the view to link individual items to
has been used a total of 7 times within the following files:

components/com_contact/views/category/view.feed.php: * @var string The name of the view to link individual items to components/com_contact/views/category/view.html.php: * @var string The name of the view to link individual items to components/com_weblinks/views/category/view.feed.php: * @var string The name of the view to link individual items to components/com_weblinks/views/categories/view.html.php: * @var string The name of the view to link individual items to components/com_newsfeeds/views/category/view.html.php: * @var string The name of the view to link individual items to components/com_content/views/category/view.feed.php: * @var string The name of the view to link individual items to components/com_content/views/category/view.html.php: * @var string The name of the view to link individual items to

### string The name of the extension for the category

This tag:
* @var string The name of the extension for the category
has been used a total of 7 times within the following files:

components/com_contact/views/category/view.html.php: * @var string The name of the extension for the category components/com_contact/views/categories/view.html.php: * @var string The name of the extension for the category components/com_weblinks/views/categories/view.html.php: * @var string The name of the extension for the category components/com_newsfeeds/views/category/view.html.php: * @var string The name of the extension for the category components/com_newsfeeds/views/categories/view.html.php: * @var string The name of the extension for the category components/com_content/views/category/view.html.php: * @var string The name of the extension for the category components/com_content/views/categories/view.html.php: * @var string The name of the extension for the category

### SimpleXMLElement

This tag:
* @var SimpleXMLElement
has been used a total of 5 times within the following files:

libraries/joomla/form/form.php: * @var SimpleXMLElement libraries/joomla/form/field.php: * @var SimpleXMLElement libraries/fof/form/header.php: * @var SimpleXMLElement libraries/cms/installer/adapter/plugin.php: * @var SimpleXMLElement libraries/cms/installer/adapter/module.php: * @var SimpleXMLElement

### string The prefix to use with controller messages.

This tag:
* @var string The prefix to use with controller messages.
has been used a total of 5 times within the following files:

administrator/components/com_menus/models/item.php: * @var string The prefix to use with controller messages. administrator/components/com_menus/models/menu.php: * @var string The prefix to use with controller messages. administrator/components/com_newsfeeds/models/newsfeed.php: * @var string The prefix to use with controller messages. administrator/components/com_content/models/article.php: * @var string The prefix to use with controller messages. administrator/components/com_redirect/models/link.php: * @var string The prefix to use with controller messages.

### callable

This tag:
* @var callable
has been used a total of 5 times within the following files:

libraries/joomla/language/language.php: * @var callable libraries/joomla/language/language.php: * @var callable libraries/joomla/language/language.php: * @var callable libraries/joomla/language/language.php: * @var callable libraries/joomla/language/language.php: * @var callable

### FOFTable

This tag:
* @var FOFTable
has been used a total of 5 times within the following files:

libraries/fof/model/model.php: * @var FOFTable libraries/fof/model/model.php: * @var FOFTable libraries/fof/table/relations.php: * @var FOFTable libraries/fof/database/iterator.php: * @var FOFTable libraries/fof/database/iterator.php: * @var FOFTable

### string The default view.

This tag:
* @var string The default view.
has been used a total of 5 times within the following files:

administrator/components/com_contact/controller.php: * @var string The default view. administrator/components/com_search/controller.php: * @var string The default view. administrator/components/com_content/controller.php: * @var string The default view. administrator/components/com_languages/controller.php: * @var string The default view. administrator/components/com_redirect/controller.php: * @var string The default view.

### integer The mcrypt cipher constant.

This tag:
* @var integer The mcrypt cipher constant.
has been used a total of 4 times within the following files:

libraries/joomla/crypt/cipher/mcrypt.php: * @var integer The mcrypt cipher constant. libraries/joomla/crypt/cipher/3des.php: * @var integer The mcrypt cipher constant. libraries/joomla/crypt/cipher/blowfish.php: * @var integer The mcrypt cipher constant. libraries/joomla/crypt/cipher/rijndael256.php: * @var integer The mcrypt cipher constant.

### integer The mcrypt block cipher mode.

This tag:
* @var integer The mcrypt block cipher mode.
has been used a total of 4 times within the following files:

libraries/joomla/crypt/cipher/mcrypt.php: * @var integer The mcrypt block cipher mode. libraries/joomla/crypt/cipher/3des.php: * @var integer The mcrypt block cipher mode. libraries/joomla/crypt/cipher/blowfish.php: * @var integer The mcrypt block cipher mode. libraries/joomla/crypt/cipher/rijndael256.php: * @var integer The mcrypt block cipher mode.

### string The JCrypt key type for validation.

This tag:
* @var string The JCrypt key type for validation.
has been used a total of 4 times within the following files:

libraries/joomla/crypt/cipher/mcrypt.php: * @var string The JCrypt key type for validation. libraries/joomla/crypt/cipher/3des.php: * @var string The JCrypt key type for validation. libraries/joomla/crypt/cipher/blowfish.php: * @var string The JCrypt key type for validation. libraries/joomla/crypt/cipher/rijndael256.php: * @var string The JCrypt key type for validation.

### string The prefix to use with controller messages.

This tag:
* @var string The prefix to use with controller messages.
has been used a total of 4 times within the following files:

administrator/components/com_users/controllers/levels.php: * @var string The prefix to use with controller messages. administrator/components/com_users/controllers/group.php: * @var string The prefix to use with controller messages. administrator/components/com_users/controllers/groups.php: * @var string The prefix to use with controller messages. administrator/components/com_users/controllers/level.php: * @var string The prefix to use with controller messages.

### JInput

This tag:
* @var JInput
has been used a total of 4 times within the following files:

libraries/joomla/controller/base.php: * @var JInput libraries/joomla/session/session.php: * @var JInput libraries/joomla/application/base.php: * @var JInput libraries/legacy/controller/legacy.php: * @var JInput

### float

This tag:
* @var float
has been used a total of 4 times within the following files:

libraries/simplepie/simplepie.php: * @var float libraries/joomla/form/fields/number.php: * @var float libraries/joomla/form/fields/number.php: * @var float libraries/joomla/form/fields/number.php: * @var float

### string Default title to use for page title

This tag:
* @var string Default title to use for page title
has been used a total of 4 times within the following files:

components/com_contact/views/category/view.html.php: * @var string Default title to use for page title components/com_weblinks/views/categories/view.html.php: * @var string Default title to use for page title components/com_newsfeeds/views/category/view.html.php: * @var string Default title to use for page title components/com_content/views/category/view.html.php: * @var string Default title to use for page title

### mixed Boolean or array of booleans.

This tag:
* @var mixed Boolean or array of booleans.
has been used a total of 4 times within the following files:

libraries/joomla/utilities/arrayhelper.php: * @var mixed Boolean or array of booleans. libraries/joomla/utilities/arrayhelper.php: * @var mixed Boolean or array of booleans. libraries/fof/utils/array/array.php: * @var mixed Boolean or array of booleans. libraries/fof/utils/array/array.php: * @var mixed Boolean or array of booleans.

### JPagination

This tag:
* @var JPagination
has been used a total of 4 times within the following files:

administrator/components/com_installer/views/update/view.html.php: * @var JPagination administrator/components/com_users/views/notes/view.html.php: * @var JPagination libraries/fof/model/model.php: * @var JPagination libraries/legacy/view/category.php: * @var JPagination

### / InstallationViewDefault $this */

This tag:
* @var / InstallationViewDefault $this */
has been used a total of 3 times within the following files:

installation/view/site/tmpl/default.php:/* @var InstallationViewDefault $this */ installation/view/ftp/tmpl/default.php:/* @var InstallationViewDefault $this */ installation/view/database/tmpl/default.php:/* @var InstallationViewDefault $this */

### JForm

This tag:
* @var JForm
has been used a total of 3 times within the following files:

administrator/components/com_users/views/note/view.html.php: * @var JForm installation/view/default.php: * @var JForm libraries/joomla/form/field.php: * @var JForm

### string The minimum supported database version.

This tag:
* @var string The minimum supported database version.
has been used a total of 3 times within the following files:

libraries/joomla/database/driver.php: * @var string The minimum supported database version. libraries/joomla/database/driver/sqlsrv.php: * @var string The minimum supported database version. libraries/joomla/database/driver/mysqli.php: * @var string The minimum supported database version.

### integer The offset for the result set.

This tag:
* @var integer The offset for the result set.
has been used a total of 3 times within the following files:

libraries/joomla/database/query/mysqli.php: * @var integer The offset for the result set. libraries/joomla/database/query/oracle.php: * @var integer The offset for the result set. libraries/joomla/database/query/sqlite.php: * @var integer The offset for the result set.

### resource

This tag:
* @var resource
has been used a total of 3 times within the following files:

libraries/joomla/updater/update.php: * @var resource libraries/joomla/updater/updateadapter.php: * @var resource libraries/joomla/filesystem/stream.php: * @var resource

### FOFInput

This tag:
* @var FOFInput
has been used a total of 3 times within the following files:

libraries/fof/controller/controller.php: * @var FOFInput libraries/fof/view/view.php: * @var FOFInput libraries/fof/table/table.php: * @var FOFInput

### InstallationModelSetup

This tag:
* @var InstallationModelSetup
has been used a total of 3 times within the following files:

installation/view/complete/html.php: * @var InstallationModelSetup installation/view/default.php: * @var InstallationModelSetup installation/view/install/html.php: * @var InstallationModelSetup

### JRegistry Options for the GitHub object.

This tag:
* @var JRegistry Options for the GitHub object.
has been used a total of 3 times within the following files:

libraries/joomla/github/github.php: * @var JRegistry Options for the GitHub object. libraries/joomla/github/object.php: * @var JRegistry Options for the GitHub object. libraries/joomla/twitter/twitter.php: * @var JRegistry Options for the GitHub object.

### integer The limit for the result set.

This tag:
* @var integer The limit for the result set.
has been used a total of 3 times within the following files:

libraries/joomla/database/query/mysqli.php: * @var integer The limit for the result set. libraries/joomla/database/query/oracle.php: * @var integer The limit for the result set. libraries/joomla/database/query/sqlite.php: * @var integer The limit for the result set.

### string|null

This tag:
* @var string|null
has been used a total of 3 times within the following files:

libraries/fof/form/header.php: * @var string|null libraries/fof/form/header.php: * @var string|null libraries/fof/form/header.php: * @var string|null

### JRegistry The client options.

This tag:
* @var JRegistry The client options.
has been used a total of 3 times within the following files:

libraries/joomla/http/transport/curl.php: * @var JRegistry The client options. libraries/joomla/http/transport/stream.php: * @var JRegistry The client options. libraries/joomla/http/transport/socket.php: * @var JRegistry The client options.

### JEventDispatcher

This tag:
* @var JEventDispatcher
has been used a total of 3 times within the following files:

libraries/joomla/event/dispatcher.php: * @var JEventDispatcher libraries/joomla/session/session.php: * @var JEventDispatcher libraries/joomla/application/base.php: * @var JEventDispatcher

### FOFConfigProvider

This tag:
* @var FOFConfigProvider
has been used a total of 3 times within the following files:

libraries/fof/controller/controller.php: * @var FOFConfigProvider libraries/fof/model/model.php: * @var FOFConfigProvider libraries/fof/table/table.php: * @var FOFConfigProvider

### JRegistry Options for the Facebook object.

This tag:
* @var JRegistry Options for the Facebook object.
has been used a total of 2 times within the following files:

libraries/joomla/facebook/object.php: * @var JRegistry Options for the Facebook object. libraries/joomla/facebook/facebook.php: * @var JRegistry Options for the Facebook object.

### JFacebookOAuth The OAuth client.

This tag:
* @var JFacebookOAuth The OAuth client.
has been used a total of 2 times within the following files:

libraries/joomla/facebook/object.php: * @var JFacebookOAuth The OAuth client. libraries/joomla/facebook/facebook.php: * @var JFacebookOAuth The OAuth client.

### array The entry properties.

This tag:
* @var array The entry properties.
has been used a total of 2 times within the following files:

libraries/joomla/feed/entry.php: * @var array The entry properties. libraries/joomla/feed/feed.php: * @var array The entry properties.

### string The feed format version.

This tag:
* @var string The feed format version.
has been used a total of 2 times within the following files:

libraries/joomla/feed/parser/rss.php: * @var string The feed format version. libraries/joomla/feed/parser/atom.php: * @var string The feed format version.

### JDocument

This tag:
* @var JDocument
has been used a total of 2 times within the following files:

libraries/joomla/document/renderer.php: * @var JDocument libraries/joomla/factory.php: * @var JDocument

### JDatabaseQuery

This tag:
* @var JDatabaseQuery
has been used a total of 2 times within the following files:

libraries/fof/table/table.php: * @var JDatabaseQuery libraries/legacy/model/list.php: * @var JDatabaseQuery

### object user object

This tag:
* @var object user object
has been used a total of 2 times within the following files:

administrator/components/com_languages/views/installed/view.html.php: * @var object user object administrator/components/com_languages/models/installed.php: * @var object user object

### string HTML markup for the dropdown list

This tag:
* @var string HTML markup for the dropdown list
has been used a total of 2 times within the following files:

libraries/cms/html/dropdown.php: * @var string HTML markup for the dropdown list libraries/cms/html/actionsdropdown.php: * @var string HTML markup for the dropdown list

###

This tag:
* @var
has been used a total of 2 times within the following files:

libraries/legacy/categories/categories.php: * @var libraries/legacy/categories/categories.php: * @var

### string option name

This tag:
* @var string option name
has been used a total of 2 times within the following files:

administrator/components/com_languages/views/installed/view.html.php: * @var string option name administrator/components/com_languages/models/installed.php: * @var string option name

### boolean|JExeption True, if FTP settings should be shown, or an exeption

This tag:
* @var boolean|JExeption True, if FTP settings should be shown, or an exeption
has been used a total of 2 times within the following files:

administrator/components/com_languages/views/installed/view.html.php: * @var boolean|JExeption True, if FTP settings should be shown, or an exeption administrator/components/com_languages/models/installed.php: * @var boolean|JExeption True, if FTP settings should be shown, or an exeption

### JUcmType

This tag:
* @var JUcmType
has been used a total of 2 times within the following files:

libraries/cms/ucm/base.php: * @var JUcmType libraries/cms/ucm/type.php: * @var JUcmType

### InstallationModelLanguages

This tag:
* @var InstallationModelLanguages
has been used a total of 2 times within the following files:

installation/view/languages/html.php: * @var InstallationModelLanguages installation/view/defaultlanguage/html.php: * @var InstallationModelLanguages

### resource The image resource handle.

This tag:
* @var resource The image resource handle.
has been used a total of 2 times within the following files:

libraries/joomla/image/filter.php: * @var resource The image resource handle. libraries/joomla/image/image.php: * @var resource The image resource handle.

### object client object

This tag:
* @var object client object
has been used a total of 2 times within the following files:

administrator/components/com_languages/views/installed/view.html.php: * @var object client object administrator/components/com_languages/models/installed.php: * @var object client object

### JHttp

This tag:
* @var JHttp
has been used a total of 2 times within the following files:

libraries/joomla/openstreetmap/openstreetmap.php: * @var JHttp libraries/joomla/openstreetmap/object.php: * @var JHttp

### JAccessRules A JAccessRules object.

This tag:
* @var JAccessRules A JAccessRules object.
has been used a total of 2 times within the following files:

libraries/joomla/table/table.php: * @var JAccessRules A JAccessRules object. libraries/fof/table/table.php: * @var JAccessRules A JAccessRules object.

### JTable

This tag:
* @var JTable
has been used a total of 2 times within the following files:

libraries/joomla/table/observer.php: * @var JTable libraries/cms/ucm/content.php: * @var JTable

### JTwitterOAuth The OAuth client.

This tag:
* @var JTwitterOAuth The OAuth client.
has been used a total of 2 times within the following files:

libraries/joomla/twitter/twitter.php: * @var JTwitterOAuth The OAuth client. libraries/joomla/twitter/object.php: * @var JTwitterOAuth The OAuth client.

### mixed Integer or array of integers.

This tag:
* @var mixed Integer or array of integers.
has been used a total of 2 times within the following files:

libraries/joomla/utilities/arrayhelper.php: * @var mixed Integer or array of integers. libraries/fof/utils/array/array.php: * @var mixed Integer or array of integers.

### JRegistry Options for the Google data object.

This tag:
* @var JRegistry Options for the Google data object.
has been used a total of 2 times within the following files:

libraries/joomla/google/data.php: * @var JRegistry Options for the Google data object. libraries/joomla/google/embed.php: * @var JRegistry Options for the Google data object.

### JCache

This tag:
* @var JCache
has been used a total of 2 times within the following files:

libraries/joomla/factory.php: * @var JCache libraries/joomla/cache/controller.php: * @var JCache

### datetime

This tag:
* @var datetime
has been used a total of 2 times within the following files:

libraries/joomla/user/user.php: * @var datetime libraries/joomla/user/user.php: * @var datetime

### scalar

This tag:
* @var scalar
has been used a total of 2 times within the following files:

libraries/joomla/database/iterator.php: * @var scalar libraries/fof/database/iterator.php: * @var scalar

### integer The affected row offset to apply for the current SQL statement.

This tag:
* @var integer The affected row offset to apply for the current SQL statement.
has been used a total of 2 times within the following files:

libraries/joomla/database/driver.php: * @var integer The affected row offset to apply for the current SQL statement. libraries/joomla/database/query/sqlsrv.php: * @var integer The affected row offset to apply for the current SQL statement.

### array The log of executed SQL statements timings (start and stop microtimes) by the database driver.

This tag:
* @var array The log of executed SQL statements timings (start and stop microtimes) by the database driver.
has been used a total of 2 times within the following files:

libraries/joomla/database/driver.php: * @var array The log of executed SQL statements timings (start and stop microtimes) by the database driver. libraries/joomla/database/driver.php: * @var array The log of executed SQL statements timings (start and stop microtimes) by the database driver.

### integer The affected row limit for the current SQL statement.

This tag:
* @var integer The affected row limit for the current SQL statement.
has been used a total of 2 times within the following files:

libraries/joomla/database/driver.php: * @var integer The affected row limit for the current SQL statement. libraries/joomla/database/query/sqlsrv.php: * @var integer The affected row limit for the current SQL statement.

### JLinkedinOAuth The OAuth client.

This tag:
* @var JLinkedinOAuth The OAuth client.
has been used a total of 2 times within the following files:

libraries/joomla/linkedin/linkedin.php: * @var JLinkedinOAuth The OAuth client. libraries/joomla/linkedin/object.php: * @var JLinkedinOAuth The OAuth client.

### JRegistry The application configuration object.

This tag:
* @var JRegistry The application configuration object.
has been used a total of 2 times within the following files:

libraries/joomla/application/web.php: * @var JRegistry The application configuration object. libraries/joomla/application/cli.php: * @var JRegistry The application configuration object.

### JGithubHttp The HTTP client object to use in sending HTTP requests.

This tag:
* @var JGithubHttp The HTTP client object to use in sending HTTP requests.
has been used a total of 2 times within the following files:

libraries/joomla/github/github.php: * @var JGithubHttp The HTTP client object to use in sending HTTP requests. libraries/joomla/github/object.php: * @var JGithubHttp The HTTP client object to use in sending HTTP requests.

### JSession

This tag:
* @var JSession
has been used a total of 2 times within the following files:

libraries/joomla/session/session.php: * @var JSession libraries/joomla/factory.php: * @var JSession

### JMediawikiHttp The HTTP client object to use in sending HTTP requests.

This tag:
* @var JMediawikiHttp The HTTP client object to use in sending HTTP requests.
has been used a total of 2 times within the following files:

libraries/joomla/mediawiki/mediawiki.php: * @var JMediawikiHttp The HTTP client object to use in sending HTTP requests. libraries/joomla/mediawiki/object.php: * @var JMediawikiHttp The HTTP client object to use in sending HTTP requests.

### JRegistry Options for the MediaWiki object.

This tag:
* @var JRegistry Options for the MediaWiki object.
has been used a total of 2 times within the following files:

libraries/joomla/mediawiki/mediawiki.php: * @var JRegistry Options for the MediaWiki object. libraries/joomla/mediawiki/object.php: * @var JRegistry Options for the MediaWiki object.

### array Bounded object array

This tag:
* @var array Bounded object array
has been used a total of 2 times within the following files:

libraries/joomla/database/query/oracle.php: * @var array Bounded object array libraries/joomla/database/query/sqlite.php: * @var array Bounded object array

### JOpenstreetmapOauth

This tag:
* @var JOpenstreetmapOauth
has been used a total of 2 times within the following files:

libraries/joomla/openstreetmap/openstreetmap.php: * @var JOpenstreetmapOauth libraries/joomla/openstreetmap/object.php: * @var JOpenstreetmapOauth

### JApplicationWebClient The application client object.

This tag:
* @var JApplicationWebClient The application client object.
has been used a total of 2 times within the following files:

libraries/joomla/application/web.php: * @var JApplicationWebClient The application client object. libraries/legacy/application/application.php: * @var JApplicationWebClient The application client object.

### FOFModel

This tag:
* @var FOFModel
has been used a total of 2 times within the following files:

libraries/fof/form/form.php: * @var FOFModel libraries/fof/controller/controller.php: * @var FOFModel

### stdClass

This tag:
* @var stdClass
has been used a total of 2 times within the following files:

libraries/joomla/updater/update.php: * @var stdClass libraries/joomla/updater/update.php: * @var stdClass

### FOFView

This tag:
* @var FOFView
has been used a total of 2 times within the following files:

libraries/fof/form/form.php: * @var FOFView libraries/fof/controller/controller.php: * @var FOFView

### JApplicationWeb The application object to send HTTP headers for redirects.

This tag:
* @var JApplicationWeb The application object to send HTTP headers for redirects.
has been used a total of 2 times within the following files:

libraries/joomla/oauth1/client.php: * @var JApplicationWeb The application object to send HTTP headers for redirects. libraries/joomla/oauth2/client.php: * @var JApplicationWeb The application object to send HTTP headers for redirects.

### JRegistry Options for the Linkedin object.

This tag:
* @var JRegistry Options for the Linkedin object.
has been used a total of 2 times within the following files:

libraries/joomla/linkedin/linkedin.php: * @var JRegistry Options for the Linkedin object. libraries/joomla/linkedin/object.php: * @var JRegistry Options for the Linkedin object.

### string The event to trigger after before the data.

This tag:
* @var string The event to trigger after before the data.
has been used a total of 2 times within the following files:

administrator/components/com_plugins/models/plugin.php: * @var string The event to trigger after before the data. administrator/components/com_users/models/group.php: * @var string The event to trigger after before the data.

### string The default view.

This tag:
* @var string The default view.
has been used a total of 2 times within the following files:

administrator/components/com_config/controller.php: * @var string The default view. administrator/components/com_finder/controller.php: * @var string The default view.

### string The event to trigger after saving the data.

This tag:
* @var string The event to trigger after saving the data.
has been used a total of 2 times within the following files:

administrator/components/com_plugins/models/plugin.php: * @var string The event to trigger after saving the data. administrator/components/com_users/models/group.php: * @var string The event to trigger after saving the data.

### object JTable object

This tag:
* @var object JTable object
has been used a total of 2 times within the following files:

administrator/components/com_installer/models/install.php: * @var object JTable object administrator/components/com_installer/models/install.php: * @var object JTable object

### JTableObserverTags $tagsObserver

This tag:
* @var JTableObserverTags $tagsObserver
has been used a total of 2 times within the following files:

administrator/components/com_categories/models/category.php: * @var JTableObserverTags $tagsObserver libraries/legacy/model/admin.php: * @var JTableObserverTags $tagsObserver

### object pagination information

This tag:
* @var object pagination information
has been used a total of 2 times within the following files:

administrator/components/com_installer/views/languages/view.html.php: * @var object pagination information administrator/components/com_languages/views/installed/view.html.php: * @var object pagination information

### JObject

This tag:
* @var JObject
has been used a total of 2 times within the following files:

administrator/components/com_users/views/notes/view.html.php: * @var JObject administrator/components/com_users/views/note/view.html.php: * @var JObject

### JUser

This tag:
* @var JUser
has been used a total of 2 times within the following files:

administrator/components/com_users/views/notes/view.html.php: * @var JUser libraries/joomla/application/base.php: * @var JUser

### string The name of the element.

This tag:
* @var string The name of the element.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var string The name of the element.

### array An array of elements.

This tag:
* @var array An array of elements.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var array An array of elements.

### string Glue piece.

This tag:
* @var string Glue piece.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var string Glue piece.

### resource The prepared statement.

This tag:
* @var resource The prepared statement.
has been used a total of 1 times within the following files:

libraries/joomla/database/driver/pdo.php: * @var resource The prepared statement.

### JDatabaseDriverPostgresqlQuery

This tag:
* @var JDatabaseDriverPostgresqlQuery
has been used a total of 1 times within the following files:

libraries/joomla/database/driver/postgresql.php: * @var JDatabaseDriverPostgresqlQuery

### object The RETURNING element of INSERT INTO

This tag:
* @var object The RETURNING element of INSERT INTO
has been used a total of 1 times within the following files:

libraries/joomla/database/query/postgresql.php: * @var object The RETURNING element of INSERT INTO

### array Config values

This tag:
* @var array Config values
has been used a total of 1 times within the following files:

administrator/components/com_admin/models/sysinfo.php: * @var array Config values

### array Some PHP settings

This tag:
* @var array Some PHP settings
has been used a total of 1 times within the following files:

administrator/components/com_admin/models/sysinfo.php: * @var array Some PHP settings

### JDatabaseDriver The database driver.

This tag:
* @var JDatabaseDriver The database driver.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseDriver The database driver.

### string The SQL query (if a direct query string was provided).

This tag:
* @var string The SQL query (if a direct query string was provided).
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var string The SQL query (if a direct query string was provided).

### JDatabaseQueryElement The update element.

This tag:
* @var JDatabaseQueryElement The update element.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseQueryElement The update element.

### JDatabaseQueryElement The insert element.

This tag:
* @var JDatabaseQueryElement The insert element.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseQueryElement The insert element.

### JDatabaseQueryElement The from element.

This tag:
* @var JDatabaseQueryElement The from element.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseQueryElement The from element.

### JDatabaseQueryElement The delete element.

This tag:
* @var JDatabaseQueryElement The delete element.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseQueryElement The delete element.

### JDatabaseQueryElement The select element.

This tag:
* @var JDatabaseQueryElement The select element.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseQueryElement The select element.

### string The query type.

This tag:
* @var string The query type.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var string The query type.

### JDatabaseQueryElement The query element for a generic query (type = null).

This tag:
* @var JDatabaseQueryElement The query element for a generic query (type = null).
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseQueryElement The query element for a generic query (type = null).

### object The OFFSET element

This tag:
* @var object The OFFSET element
has been used a total of 1 times within the following files:

libraries/joomla/database/query/postgresql.php: * @var object The OFFSET element

### object The LIMIT element

This tag:
* @var object The LIMIT element
has been used a total of 1 times within the following files:

libraries/joomla/database/query/postgresql.php: * @var object The LIMIT element

### boolean True if the database engine supports UTF-8 character encoding.

This tag:
* @var boolean True if the database engine supports UTF-8 character encoding.
has been used a total of 1 times within the following files:

libraries/joomla/database/driver.php: * @var boolean True if the database engine supports UTF-8 character encoding.

### integer The database error number

This tag:
* @var integer The database error number
has been used a total of 1 times within the following files:

libraries/joomla/database/driver.php: * @var integer The database error number

### string The database error message

This tag:
* @var string The database error message
has been used a total of 1 times within the following files:

libraries/joomla/database/driver.php: * @var string The database error message

### string The common database table prefix.

This tag:
* @var string The common database table prefix.
has been used a total of 1 times within the following files:

libraries/joomla/database/driver.php: * @var string The common database table prefix.

### mixed The current SQL statement to execute.

This tag:
* @var mixed The current SQL statement to execute.
has been used a total of 1 times within the following files:

libraries/joomla/database/driver.php: * @var mixed The current SQL statement to execute.

### string The help screen base URL for the menu item.

This tag:
* @var string The help screen base URL for the menu item.
has been used a total of 1 times within the following files:

administrator/components/com_menus/models/item.php: * @var string The help screen base URL for the menu item.

### array Passed in upon instantiation and saved.

This tag:
* @var array Passed in upon instantiation and saved.
has been used a total of 1 times within the following files:

libraries/joomla/database/driver.php: * @var array Passed in upon instantiation and saved.

### array JDatabaseDriver instances container.

This tag:
* @var array JDatabaseDriver instances container.
has been used a total of 1 times within the following files:

libraries/joomla/database/driver.php: * @var array JDatabaseDriver instances container.

### string The help screen key for the menu item.

This tag:
* @var string The help screen key for the menu item.
has been used a total of 1 times within the following files:

administrator/components/com_menus/models/item.php: * @var string The help screen key for the menu item.

### object The FOR UPDATE element used in “FOR UPDATE” lock

This tag:
* @var object The FOR UPDATE element used in “FOR UPDATE” lock
has been used a total of 1 times within the following files:

libraries/joomla/database/query/postgresql.php: * @var object The FOR UPDATE element used in "FOR UPDATE" lock

### object The FOR SHARE element used in “FOR SHARE” lock

This tag:
* @var object The FOR SHARE element used in “FOR SHARE” lock
has been used a total of 1 times within the following files:

libraries/joomla/database/query/postgresql.php: * @var object The FOR SHARE element used in "FOR SHARE" lock

### object The NOWAIT element used in “FOR SHARE” and “FOR UPDATE” lock

This tag:
* @var object The NOWAIT element used in “FOR SHARE” and “FOR UPDATE” lock
has been used a total of 1 times within the following files:

libraries/joomla/database/query/postgresql.php: * @var object The NOWAIT element used in "FOR SHARE" and "FOR UPDATE" lock

### array Some system values

This tag:
* @var array Some system values
has been used a total of 1 times within the following files:

administrator/components/com_admin/models/sysinfo.php: * @var array Some system values

### string PHP info

This tag:
* @var string PHP info
has been used a total of 1 times within the following files:

administrator/components/com_admin/models/sysinfo.php: * @var string PHP info

### integer The depth of the current transaction.

This tag:
* @var integer The depth of the current transaction.
has been used a total of 1 times within the following files:

libraries/joomla/database/driver.php: * @var integer The depth of the current transaction.

### callable[] List of callables to call just before disconnecting database

This tag:
* @var callable[] List of callables to call just before disconnecting database
has been used a total of 1 times within the following files:

libraries/joomla/database/driver.php: * @var callable[] List of callables to call just before disconnecting database

### JDatabaseQueryElement The join element.

This tag:
* @var JDatabaseQueryElement The join element.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseQueryElement The join element.

### JDatabaseQueryElement The set element.

This tag:
* @var JDatabaseQueryElement The set element.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseQueryElement The set element.

### array The buffer of profiling messages.

This tag:
* @var array The buffer of profiling messages.
has been used a total of 1 times within the following files:

libraries/joomla/profiler/profiler.php: * @var array The buffer of profiling messages.

### array The profiling messages.

This tag:
* @var array The profiling messages.
has been used a total of 1 times within the following files:

libraries/joomla/profiler/profiler.php: * @var array The profiling messages.

### float The previous time marker

This tag:
* @var float The previous time marker
has been used a total of 1 times within the following files:

libraries/joomla/profiler/profiler.php: * @var float The previous time marker

### string The prefix to use in the output

This tag:
* @var string The prefix to use in the output
has been used a total of 1 times within the following files:

libraries/joomla/profiler/profiler.php: * @var string The prefix to use in the output

### integer The start time.

This tag:
* @var integer The start time.
has been used a total of 1 times within the following files:

libraries/joomla/profiler/profiler.php: * @var integer The start time.

### JHttpTransport The HTTP transport object to use in sending HTTP requests.

This tag:
* @var JHttpTransport The HTTP transport object to use in sending HTTP requests.
has been used a total of 1 times within the following files:

libraries/joomla/http/http.php: * @var JHttpTransport The HTTP transport object to use in sending HTTP requests.

### JStringInflector

This tag:
* @var JStringInflector
has been used a total of 1 times within the following files:

libraries/joomla/string/inflector.php: * @var JStringInflector

### float The previous memory marker

This tag:
* @var float The previous memory marker
has been used a total of 1 times within the following files:

libraries/joomla/profiler/profiler.php: * @var float The previous memory marker

### array JProfiler instances container.

This tag:
* @var array JProfiler instances container.
has been used a total of 1 times within the following files:

libraries/joomla/profiler/profiler.php: * @var array JProfiler instances container.

### JUri URI of the page being rendered.

This tag:
* @var JUri URI of the page being rendered.
has been used a total of 1 times within the following files:

libraries/joomla/google/embed.php: * @var JUri URI of the page being rendered.

### JRegistry Options for the Google object.

This tag:
* @var JRegistry Options for the Google object.
has been used a total of 1 times within the following files:

libraries/joomla/google/google.php: * @var JRegistry Options for the Google object.

### JAuth The authentication client object to use in sending authenticated HTTP requests.

This tag:
* @var JAuth The authentication client object to use in sending authenticated HTTP requests.
has been used a total of 1 times within the following files:

libraries/joomla/google/google.php: * @var JAuth The authentication client object to use in sending authenticated HTTP requests.

### JGoogleAuth Authentication client for the Google data object.

This tag:
* @var JGoogleAuth Authentication client for the Google data object.
has been used a total of 1 times within the following files:

libraries/joomla/google/data.php: * @var JGoogleAuth Authentication client for the Google data object.

### string url for the latest version check

This tag:
* @var string url for the latest version check
has been used a total of 1 times within the following files:

administrator/components/com_admin/views/help/view.html.php: * @var string url for the latest version check

### JRegistry Options for the Google authentication object.

This tag:
* @var JRegistry Options for the Google authentication object.
has been used a total of 1 times within the following files:

libraries/joomla/google/auth.php: * @var JRegistry Options for the Google authentication object.

### JOAuth2Client OAuth client for the Google authentication object.

This tag:
* @var JOAuth2Client OAuth client for the Google authentication object.
has been used a total of 1 times within the following files:

libraries/joomla/google/auth/oauth2.php: * @var JOAuth2Client OAuth client for the Google authentication object.

### JRegistry Options for the HTTP client.

This tag:
* @var JRegistry Options for the HTTP client.
has been used a total of 1 times within the following files:

libraries/joomla/http/http.php: * @var JRegistry Options for the HTTP client.

### string Server response body.

This tag:
* @var string Server response body.
has been used a total of 1 times within the following files:

libraries/joomla/http/response.php: * @var string Server response body.

### JDatabaseQueryElement The values list for an INSERT statement.

This tag:
* @var JDatabaseQueryElement The values list for an INSERT statement.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseQueryElement The values list for an INSERT statement.

### JDatabaseQueryElement The order element.

This tag:
* @var JDatabaseQueryElement The order element.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseQueryElement The order element.

### object The auto increment insert field element.

This tag:
* @var object The auto increment insert field element.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var object The auto increment insert field element.

### JDatabaseQueryElement The column list for an INSERT statement.

This tag:
* @var JDatabaseQueryElement The column list for an INSERT statement.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseQueryElement The column list for an INSERT statement.

### JDatabaseQueryElement The having element.

This tag:
* @var JDatabaseQueryElement The having element.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseQueryElement The having element.

### JDatabaseQueryElement The where element.

This tag:
* @var JDatabaseQueryElement The where element.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseQueryElement The where element.

### JDatabaseQueryElement The group by element.

This tag:
* @var JDatabaseQueryElement The group by element.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseQueryElement The group by element.

### JDatabaseQueryElement The call element.

This tag:
* @var JDatabaseQueryElement The call element.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseQueryElement The call element.

### JDatabaseQueryElement The exec element.

This tag:
* @var JDatabaseQueryElement The exec element.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseQueryElement The exec element.

### array Reusable socket connections.

This tag:
* @var array Reusable socket connections.
has been used a total of 1 times within the following files:

libraries/joomla/http/transport/socket.php: * @var array Reusable socket connections.

### integer The server response code.

This tag:
* @var integer The server response code.
has been used a total of 1 times within the following files:

libraries/joomla/http/response.php: * @var integer The server response code.

### array Response headers.

This tag:
* @var array Response headers.
has been used a total of 1 times within the following files:

libraries/joomla/http/response.php: * @var array Response headers.

### string url for the start here link.

This tag:
* @var string url for the start here link.
has been used a total of 1 times within the following files:

administrator/components/com_admin/views/help/view.html.php: * @var string url for the start here link.

### JDatabaseFactory

This tag:
* @var JDatabaseFactory
has been used a total of 1 times within the following files:

libraries/joomla/database/factory.php: * @var JDatabaseFactory

### JDatabaseQueryElement The union element.

This tag:
* @var JDatabaseQueryElement The union element.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseQueryElement The union element.

### JDatabaseQueryElement The unionAll element.

This tag:
* @var JDatabaseQueryElement The unionAll element.
has been used a total of 1 times within the following files:

libraries/joomla/database/query.php: * @var JDatabaseQueryElement The unionAll element.

### string The null or zero representation of a timestamp for the database driver. This should be

This tag:
* @var string The null or zero representation of a timestamp for the database driver. This should be
has been used a total of 1 times within the following files:

libraries/joomla/database/driver.php: * @var string The null or zero representation of a timestamp for the database driver. This should be

### string The character(s) used to quote SQL statement names such as table names or field names,

This tag:
* @var string The character(s) used to quote SQL statement names such as table names or field names,
has been used a total of 1 times within the following files:

libraries/joomla/database/driver.php: * @var string The character(s) used to quote SQL statement names such as table names or field names,

### string The help screen key for the module.

This tag:
* @var string The help screen key for the module.
has been used a total of 1 times within the following files:

administrator/components/com_plugins/models/plugin.php: * @var string The help screen key for the module.

### JObserverUpdater

This tag:
* @var JObserverUpdater
has been used a total of 1 times within the following files:

libraries/joomla/table/table.php: * @var JObserverUpdater

### /* array A list of instanciated objects */

This tag:
* @var /* array A list of instanciated objects */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var array A list of instanciated objects */

### string The key type.

This tag:
* @var string The key type.
has been used a total of 1 times within the following files:

libraries/joomla/crypt/key.php: * @var string The key type.

### string The public key.

This tag:
* @var string The public key.
has been used a total of 1 times within the following files:

libraries/joomla/crypt/key.php: * @var string The public key.

### JCryptCipher The encryption cipher object.

This tag:
* @var JCryptCipher The encryption cipher object.
has been used a total of 1 times within the following files:

libraries/joomla/crypt/crypt.php: * @var JCryptCipher The encryption cipher object.

### JCryptKey The encryption key[/pair)].

This tag:
* @var JCryptKey The encryption key[/pair)].
has been used a total of 1 times within the following files:

libraries/joomla/crypt/crypt.php: * @var JCryptKey The encryption key[/pair)].

### string The private key.

This tag:
* @var string The private key.
has been used a total of 1 times within the following files:

libraries/joomla/crypt/key.php: * @var string The private key.

### JHelperContenthistory

This tag:
* @var JHelperContenthistory
has been used a total of 1 times within the following files:

libraries/joomla/table/observer/contenthistory.php: * @var JHelperContenthistory

### JTableObserverContenthistory

This tag:
* @var JTableObserverContenthistory
has been used a total of 1 times within the following files:

libraries/joomla/table/observer/contenthistory.php: * @var JTableObserverContenthistory

### JObserverInterface

This tag:
* @var JObserverInterface
has been used a total of 1 times within the following files:

libraries/joomla/observer/updater.php: * @var JObserverInterface

### JObserverInterface $observerClass

This tag:
* @var JObserverInterface $observerClass
has been used a total of 1 times within the following files:

libraries/joomla/observer/mapper.php: * @var JObserverInterface $observerClass

### resource Socket resource

This tag:
* @var resource Socket resource
has been used a total of 1 times within the following files:

libraries/joomla/client/ftp.php: * @var resource Socket resource

### JInput The input object to use in retrieving GET/POST data.

This tag:
* @var JInput The input object to use in retrieving GET/POST data.
has been used a total of 1 times within the following files:

libraries/joomla/oauth2/client.php: * @var JInput The input object to use in retrieving GET/POST data.

### JRegistry Options for the JOAuth2Client object.

This tag:
* @var JRegistry Options for the JOAuth2Client object.
has been used a total of 1 times within the following files:

libraries/joomla/oauth2/client.php: * @var JRegistry Options for the JOAuth2Client object.

### JHelperTags

This tag:
* @var JHelperTags
has been used a total of 1 times within the following files:

libraries/joomla/table/observer/tags.php: * @var JHelperTags

### JTableObserverTags

This tag:
* @var JTableObserverTags
has been used a total of 1 times within the following files:

libraries/joomla/table/observer/tags.php: * @var JTableObserverTags

### string The default hash type

This tag:
* @var string The default hash type
has been used a total of 1 times within the following files:

libraries/joomla/crypt/password/simple.php: * @var string The default hash type

### integer The cost parameter for hashing algorithms.

This tag:
* @var integer The cost parameter for hashing algorithms.
has been used a total of 1 times within the following files:

libraries/joomla/crypt/password/simple.php: * @var integer The cost parameter for hashing algorithms.

### JTwitterFavorites Twitter API object for favorites.

This tag:
* @var JTwitterFavorites Twitter API object for favorites.
has been used a total of 1 times within the following files:

libraries/joomla/twitter/twitter.php: * @var JTwitterFavorites Twitter API object for favorites.

### JTwitterDirectMessages Twitter API object for direct messages.

This tag:
* @var JTwitterDirectMessages Twitter API object for direct messages.
has been used a total of 1 times within the following files:

libraries/joomla/twitter/twitter.php: * @var JTwitterDirectMessages Twitter API object for direct messages.

### JTwitterLists Twitter API object for lists.

This tag:
* @var JTwitterLists Twitter API object for lists.
has been used a total of 1 times within the following files:

libraries/joomla/twitter/twitter.php: * @var JTwitterLists Twitter API object for lists.

### JTwitterSearch Twitter API object for search.

This tag:
* @var JTwitterSearch Twitter API object for search.
has been used a total of 1 times within the following files:

libraries/joomla/twitter/twitter.php: * @var JTwitterSearch Twitter API object for search.

### JTwitterStatuses Twitter API object for statuses.

This tag:
* @var JTwitterStatuses Twitter API object for statuses.
has been used a total of 1 times within the following files:

libraries/joomla/twitter/twitter.php: * @var JTwitterStatuses Twitter API object for statuses.

### JTwitterUsers Twitter API object for users.

This tag:
* @var JTwitterUsers Twitter API object for users.
has been used a total of 1 times within the following files:

libraries/joomla/twitter/twitter.php: * @var JTwitterUsers Twitter API object for users.

### JTwitterHelp Twitter API object for help.

This tag:
* @var JTwitterHelp Twitter API object for help.
has been used a total of 1 times within the following files:

libraries/joomla/twitter/twitter.php: * @var JTwitterHelp Twitter API object for help.

### JTwitterPlaces Twitter API object for places & geo.

This tag:
* @var JTwitterPlaces Twitter API object for places & geo.
has been used a total of 1 times within the following files:

libraries/joomla/twitter/twitter.php: * @var JTwitterPlaces Twitter API object for places & geo.

### JTwitterTrends Twitter API object for trends.

This tag:
* @var JTwitterTrends Twitter API object for trends.
has been used a total of 1 times within the following files:

libraries/joomla/twitter/twitter.php: * @var JTwitterTrends Twitter API object for trends.

### /* resource The FTP handle */

This tag:
* @var /* resource The FTP handle */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var resource The FTP handle */

### /* array Simple hash data storage */

This tag:
* @var /* array Simple hash data storage */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var array Simple hash data storage */

### string The help screen base URL for the module.

This tag:
* @var string The help screen base URL for the module.
has been used a total of 1 times within the following files:

administrator/components/com_plugins/models/plugin.php: * @var string The help screen base URL for the module.

### JRegistry Options for the Twitter object.

This tag:
* @var JRegistry Options for the Twitter object.
has been used a total of 1 times within the following files:

libraries/joomla/twitter/object.php: * @var JRegistry Options for the Twitter object.

### JRegistry Options for the JTwitterOauth object.

This tag:
* @var JRegistry Options for the JTwitterOauth object.
has been used a total of 1 times within the following files:

libraries/joomla/twitter/oauth.php: * @var JRegistry Options for the JTwitterOauth object.

### JTwitterBlock Twitter API object for block.

This tag:
* @var JTwitterBlock Twitter API object for block.
has been used a total of 1 times within the following files:

libraries/joomla/twitter/twitter.php: * @var JTwitterBlock Twitter API object for block.

### JTwitterProfile Twitter API object for profile.

This tag:
* @var JTwitterProfile Twitter API object for profile.
has been used a total of 1 times within the following files:

libraries/joomla/twitter/twitter.php: * @var JTwitterProfile Twitter API object for profile.

### resource Data port connection resource

This tag:
* @var resource Data port connection resource
has been used a total of 1 times within the following files:

libraries/joomla/client/ftp.php: * @var resource Data port connection resource

### array Passive connection information

This tag:
* @var array Passive connection information
has been used a total of 1 times within the following files:

libraries/joomla/client/ftp.php: * @var array Passive connection information

### JMail

This tag:
* @var JMail
has been used a total of 1 times within the following files:

libraries/joomla/factory.php: * @var JMail

### JAuthentication JAuthentication instances container.

This tag:
* @var JAuthentication JAuthentication instances container.
has been used a total of 1 times within the following files:

libraries/joomla/user/authentication.php: * @var JAuthentication JAuthentication instances container.

### /* int Timestamp of execution start */

This tag:
* @var /* int Timestamp of execution start */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var int Timestamp of execution start */

### JAccess

This tag:
* @var JAccess
has been used a total of 1 times within the following files:

libraries/joomla/factory.php: * @var JAccess

### JLanguage

This tag:
* @var JLanguage
has been used a total of 1 times within the following files:

libraries/joomla/factory.php: * @var JLanguage

### object model state

This tag:
* @var object model state
has been used a total of 1 times within the following files:

administrator/components/com_installer/views/languages/view.html.php: * @var object model state

### JConfig

This tag:
* @var JConfig
has been used a total of 1 times within the following files:

libraries/joomla/factory.php: * @var JConfig

### array JUser instances container.

This tag:
* @var array JUser instances container.
has been used a total of 1 times within the following files:

libraries/joomla/user/user.php: * @var array JUser instances container.

### array An array of cached data.

This tag:
* @var array An array of cached data.
has been used a total of 1 times within the following files:

libraries/joomla/database/importer.php: * @var array An array of cached data.

### object item list

This tag:
* @var object item list
has been used a total of 1 times within the following files:

administrator/components/com_installer/views/languages/view.html.php: * @var object item list

### array The log of executed SQL statements by the database driver.

This tag:
* @var array The log of executed SQL statements by the database driver.
has been used a total of 1 times within the following files:

libraries/joomla/database/driver.php: * @var array The log of executed SQL statements by the database driver.

### boolean True to use local lookup for the help screen.

This tag:
* @var boolean True to use local lookup for the help screen.
has been used a total of 1 times within the following files:

administrator/components/com_menus/models/item.php: * @var boolean True to use local lookup for the help screen.

### boolean The database driver debugging state.

This tag:
* @var boolean The database driver debugging state.
has been used a total of 1 times within the following files:

libraries/joomla/database/driver.php: * @var boolean The database driver debugging state.

### resource The database connection cursor from the last query.

This tag:
* @var resource The database connection cursor from the last query.
has been used a total of 1 times within the following files:

libraries/joomla/database/driver.php: * @var resource The database connection cursor from the last query.

### resource The database connection resource.

This tag:
* @var resource The database connection resource.
has been used a total of 1 times within the following files:

libraries/joomla/database/driver.php: * @var resource The database connection resource.

### integer The number of SQL statements executed by the database driver.

This tag:
* @var integer The number of SQL statements executed by the database driver.
has been used a total of 1 times within the following files:

libraries/joomla/database/driver.php: * @var integer The number of SQL statements executed by the database driver.

### string Current DN

This tag:
* @var string Current DN
has been used a total of 1 times within the following files:

libraries/joomla/client/ldap.php: * @var string Current DN

### mixed LDAP Resource Identifier

This tag:
* @var mixed LDAP Resource Identifier
has been used a total of 1 times within the following files:

libraries/joomla/client/ldap.php: * @var mixed LDAP Resource Identifier

### array JClientFtp instances container.

This tag:
* @var array JClientFtp instances container.
has been used a total of 1 times within the following files:

libraries/joomla/client/ftp.php: * @var array JClientFtp instances container.

### string Hostname of LDAP server

This tag:
* @var string Hostname of LDAP server
has been used a total of 1 times within the following files:

libraries/joomla/client/ldap.php: * @var string Hostname of LDAP server

### bool Authorization Method to use

This tag:
* @var bool Authorization Method to use
has been used a total of 1 times within the following files:

libraries/joomla/client/ldap.php: * @var bool Authorization Method to use

### array Array to hold ascii format file extensions

This tag:
* @var array Array to hold ascii format file extensions
has been used a total of 1 times within the following files:

libraries/joomla/client/ftp.php: * @var array Array to hold ascii format file extensions

### integer Transfer Type

This tag:
* @var integer Transfer Type
has been used a total of 1 times within the following files:

libraries/joomla/client/ftp.php: * @var integer Transfer Type

### string Response Message

This tag:
* @var string Response Message
has been used a total of 1 times within the following files:

libraries/joomla/client/ftp.php: * @var string Response Message

### integer Timeout limit

This tag:
* @var integer Timeout limit
has been used a total of 1 times within the following files:

libraries/joomla/client/ftp.php: * @var integer Timeout limit

### int Port of LDAP server

This tag:
* @var int Port of LDAP server
has been used a total of 1 times within the following files:

libraries/joomla/client/ldap.php: * @var int Port of LDAP server

### string Base DN (e.g. o=MyDir)

This tag:
* @var string Base DN (e.g. o=MyDir)
has been used a total of 1 times within the following files:

libraries/joomla/client/ldap.php: * @var string Base DN (e.g. o=MyDir)

### boolean Negotiate TLS (encrypted communications)

This tag:
* @var boolean Negotiate TLS (encrypted communications)
has been used a total of 1 times within the following files:

libraries/joomla/client/ldap.php: * @var boolean Negotiate TLS (encrypted communications)

### string Username to connect to server

This tag:
* @var string Username to connect to server
has been used a total of 1 times within the following files:

libraries/joomla/client/ldap.php: * @var string Username to connect to server

### string Password to connect to server

This tag:
* @var string Password to connect to server
has been used a total of 1 times within the following files:

libraries/joomla/client/ldap.php: * @var string Password to connect to server

### boolean No referrals (server transfers)

This tag:
* @var boolean No referrals (server transfers)
has been used a total of 1 times within the following files:

libraries/joomla/client/ldap.php: * @var boolean No referrals (server transfers)

### boolean Use LDAP Version 3

This tag:
* @var boolean Use LDAP Version 3
has been used a total of 1 times within the following files:

libraries/joomla/client/ldap.php: * @var boolean Use LDAP Version 3

### string User DN (e.g. cn=Users,o=MyDir)

This tag:
* @var string User DN (e.g. cn=Users,o=MyDir)
has been used a total of 1 times within the following files:

libraries/joomla/client/ldap.php: * @var string User DN (e.g. cn=Users,o=MyDir)

### string Search String

This tag:
* @var string Search String
has been used a total of 1 times within the following files:

libraries/joomla/client/ldap.php: * @var string Search String

### JGoogleData Google API object for data request.

This tag:
* @var JGoogleData Google API object for data request.
has been used a total of 1 times within the following files:

libraries/joomla/google/google.php: * @var JGoogleData Google API object for data request.

### JGoogleEmbed Google API object for embed generation.

This tag:
* @var JGoogleEmbed Google API object for embed generation.
has been used a total of 1 times within the following files:

libraries/joomla/google/google.php: * @var JGoogleEmbed Google API object for embed generation.

### int 0=not rerun, -1=skipped, -2=failed, 1=succeeded

This tag:
* @var int 0=not rerun, -1=skipped, -2=failed, 1=succeeded
has been used a total of 1 times within the following files:

libraries/cms/schema/changeitem.php: * @var int 0=not rerun, -1=skipped, -2=failed, 1=succeeded

### /* int Maximum execution time allowance per step */

This tag:
* @var /* int Maximum execution time allowance per step */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var int Maximum execution time allowance per step */

### JTableExtension

This tag:
* @var JTableExtension
has been used a total of 1 times within the following files:

libraries/cms/installer/installer.php: * @var JTableExtension

### integer 0=not checked, -1=skipped, -2=failed, 1=succeeded

This tag:
* @var integer 0=not checked, -1=skipped, -2=failed, 1=succeeded
has been used a total of 1 times within the following files:

libraries/cms/schema/changeitem.php: * @var integer 0=not checked, -1=skipped, -2=failed, 1=succeeded

### array JEditor instances container.

This tag:
* @var array JEditor instances container.
has been used a total of 1 times within the following files:

libraries/cms/editor/editor.php: * @var array JEditor instances container.

### array Array to hold the pathway item objects

This tag:
* @var array Array to hold the pathway item objects
has been used a total of 1 times within the following files:

libraries/cms/pathway/pathway.php: * @var array Array to hold the pathway item objects

### integer Integer number of items in the pathway

This tag:
* @var integer Integer number of items in the pathway
has been used a total of 1 times within the following files:

libraries/cms/pathway/pathway.php: * @var integer Integer number of items in the pathway

### array JPathway instances container.

This tag:
* @var array JPathway instances container.
has been used a total of 1 times within the following files:

libraries/cms/pathway/pathway.php: * @var array JPathway instances container.

### JInstaller

This tag:
* @var JInstaller
has been used a total of 1 times within the following files:

libraries/cms/installer/installer.php: * @var JInstaller

### JProfiler

This tag:
* @var JProfiler
has been used a total of 1 times within the following files:

libraries/cms/application/cms.php: * @var JProfiler

### string Value of the primary key in the content type table

This tag:
* @var string Value of the primary key in the content type table
has been used a total of 1 times within the following files:

libraries/cms/helper/route.php: * @var string Value of the primary key in the content type table

### string Name of the view for the url

This tag:
* @var string Name of the view for the url
has been used a total of 1 times within the following files:

libraries/cms/helper/route.php: * @var string Name of the view for the url

### JTableCorecontent $ucmContentTable

This tag:
* @var JTableCorecontent $ucmContentTable
has been used a total of 1 times within the following files:

libraries/cms/helper/tags.php: * @var JTableCorecontent $ucmContentTable

### string Option for the extension (such as com_content)

This tag:
* @var string Option for the extension (such as com_content)
has been used a total of 1 times within the following files:

libraries/cms/helper/route.php: * @var string Option for the extension (such as com_content)

### array Holds the language lookup

This tag:
* @var array Holds the language lookup
has been used a total of 1 times within the following files:

libraries/cms/helper/route.php: * @var array Holds the language lookup

### string The extension for which the categories apply.

This tag:
* @var string The extension for which the categories apply.
has been used a total of 1 times within the following files:

administrator/components/com_categories/controller.php: * @var string The extension for which the categories apply.

### array Holds the reverse lookup

This tag:
* @var array Holds the reverse lookup
has been used a total of 1 times within the following files:

libraries/cms/helper/route.php: * @var array Holds the reverse lookup

### string Button type

This tag:
* @var string Button type
has been used a total of 1 times within the following files:

libraries/cms/toolbar/button/help.php: * @var string Button type

### JToolbar

This tag:
* @var JToolbar
has been used a total of 1 times within the following files:

libraries/cms/toolbar/toolbar.php: * @var JToolbar

### /* string Product name. */

This tag:
* @var /* string Product name. */
has been used a total of 1 times within the following files:

libraries/cms/version/version.php: /** @var string Product name. */

### /* string Release version. */

This tag:
* @var /* string Release version. */
has been used a total of 1 times within the following files:

libraries/cms/version/version.php: /** @var string Release version. */

### /* string Maintenance version. */

This tag:
* @var /* string Maintenance version. */
has been used a total of 1 times within the following files:

libraries/cms/version/version.php: /** @var string Maintenance version. */

### JPlugin

This tag:
* @var JPlugin
has been used a total of 1 times within the following files:

libraries/cms/captcha/captcha.php: * @var JPlugin

### JEditor

This tag:
* @var JEditor
has been used a total of 1 times within the following files:

libraries/cms/form/field/editor.php: * @var JEditor

### \Symfony\Component\Yaml\Parser;

This tag:
* @var \Symfony\Component\Yaml\Parser;
has been used a total of 1 times within the following files:

libraries/framework/Joomla/Registry/Format/Yaml.php: * @var \Symfony\Component\Yaml\Parser;

### \Symfony\Component\Yaml\Dumper;

This tag:
* @var \Symfony\Component\Yaml\Dumper;
has been used a total of 1 times within the following files:

libraries/framework/Joomla/Registry/Format/Yaml.php: * @var \Symfony\Component\Yaml\Dumper;

### /* string Development STATUS. */

This tag:
* @var /* string Development STATUS. */
has been used a total of 1 times within the following files:

libraries/cms/version/version.php: /** @var string Development STATUS. */

### /* string Build number. */

This tag:
* @var /* string Build number. */
has been used a total of 1 times within the following files:

libraries/cms/version/version.php: /** @var string Build number. */

### /* string Copyright Notice. */

This tag:
* @var /* string Copyright Notice. */
has been used a total of 1 times within the following files:

libraries/cms/version/version.php: /** @var string Copyright Notice. */

### /* string Link text. */

This tag:
* @var /* string Link text. */
has been used a total of 1 times within the following files:

libraries/cms/version/version.php: /** @var string Link text. */

### JButton

This tag:
* @var JButton
has been used a total of 1 times within the following files:

libraries/cms/toolbar/button.php: * @var JButton

### /* string Release timezone. */

This tag:
* @var /* string Release timezone. */
has been used a total of 1 times within the following files:

libraries/cms/version/version.php: /** @var string Release timezone. */

### /* string Release time. */

This tag:
* @var /* string Release time. */
has been used a total of 1 times within the following files:

libraries/cms/version/version.php: /** @var string Release time. */

### /* string Code name. */

This tag:
* @var /* string Code name. */
has been used a total of 1 times within the following files:

libraries/cms/version/version.php: /** @var string Code name. */

### /* string Release date. */

This tag:
* @var /* string Release date. */
has been used a total of 1 times within the following files:

libraries/cms/version/version.php: /** @var string Release date. */

### string Dot separated path to the layout file, relative to base path

This tag:
* @var string Dot separated path to the layout file, relative to base path
has been used a total of 1 times within the following files:

libraries/cms/layout/file.php: * @var string Dot separated path to the layout file, relative to base path

### string Base path to use when loading layout files

This tag:
* @var string Base path to use when loading layout files
has been used a total of 1 times within the following files:

libraries/cms/layout/file.php: * @var string Base path to use when loading layout files

### string Error type.

This tag:
* @var string Error type.
has been used a total of 1 times within the following files:

libraries/legacy/exception/exception.php: * @var string Error type.

### mixed Backtrace information.

This tag:
* @var mixed Backtrace information.
has been used a total of 1 times within the following files:

libraries/legacy/exception/exception.php: * @var mixed Backtrace information.

### array Body

This tag:
* @var array Body
has been used a total of 1 times within the following files:

libraries/legacy/response/response.php: * @var array Body

### string Error message.

This tag:
* @var string Error message.
has been used a total of 1 times within the following files:

libraries/legacy/exception/exception.php: * @var string Error message.

### string Error code.

This tag:
* @var string Error code.
has been used a total of 1 times within the following files:

libraries/legacy/exception/exception.php: * @var string Error code.

### JCrypt

This tag:
* @var JCrypt
has been used a total of 1 times within the following files:

libraries/legacy/simplecrypt/simplecrypt.php: * @var JCrypt

### string Error level.

This tag:
* @var string Error level.
has been used a total of 1 times within the following files:

libraries/legacy/exception/exception.php: * @var string Error level.

### boolean Cachable

This tag:
* @var boolean Cachable
has been used a total of 1 times within the following files:

libraries/legacy/response/response.php: * @var boolean Cachable

### array Headers

This tag:
* @var array Headers
has been used a total of 1 times within the following files:

libraries/legacy/response/response.php: * @var array Headers

### JMenuNode

This tag:
* @var JMenuNode
has been used a total of 1 times within the following files:

administrator/modules/mod_menu/menu.php: * @var JMenuNode

### integer Extension Identifier

This tag:
* @var integer Extension Identifier
has been used a total of 1 times within the following files:

plugins/extension/joomla/joomla.php: * @var integer Extension Identifier

### JInstaller Installer object

This tag:
* @var JInstaller Installer object
has been used a total of 1 times within the following files:

plugins/extension/joomla/joomla.php: * @var JInstaller Installer object

### Array of Children

This tag:
* @var Array of Children
has been used a total of 1 times within the following files:

libraries/legacy/categories/categories.php: * @var Array of Children

### JModelCategory

This tag:
* @var JModelCategory
has been used a total of 1 times within the following files:

libraries/legacy/view/category.php: * @var JModelCategory

### date

This tag:
* @var date
has been used a total of 1 times within the following files:

libraries/legacy/application/application.php: * @var date

### array JApplication instances container.

This tag:
* @var array JApplication instances container.
has been used a total of 1 times within the following files:

libraries/legacy/application/application.php: * @var array JApplication instances container.

### boolean True to enable legacy error handling using JError, false to use exception handling. This flag

This tag:
* @var boolean True to enable legacy error handling using JError, false to use exception handling. This flag
has been used a total of 1 times within the following files:

libraries/legacy/error/error.php: * @var boolean True to enable legacy error handling using JError, false to use exception handling. This flag

### JControllerLegacy

This tag:
* @var JControllerLegacy
has been used a total of 1 times within the following files:

libraries/legacy/controller/legacy.php: * @var JControllerLegacy

### integer Total number of rows.

This tag:
* @var integer Total number of rows.
has been used a total of 1 times within the following files:

libraries/cms/pagination/pagination.php: * @var integer Total number of rows.

### integer Prefix used for request variables.

This tag:
* @var integer Prefix used for request variables.
has been used a total of 1 times within the following files:

libraries/cms/pagination/pagination.php: * @var integer Prefix used for request variables.

### integer Value pagination object begins at

This tag:
* @var integer Value pagination object begins at
has been used a total of 1 times within the following files:

libraries/cms/pagination/pagination.php: * @var integer Value pagination object begins at

### integer Number of rows to display per page.

This tag:
* @var integer Number of rows to display per page.
has been used a total of 1 times within the following files:

libraries/cms/pagination/pagination.php: * @var integer Number of rows to display per page.

### integer The record number to start displaying from.

This tag:
* @var integer The record number to start displaying from.
has been used a total of 1 times within the following files:

libraries/cms/pagination/pagination.php: * @var integer The record number to start displaying from.

### string Full path to actual layout files, after possible template override check

This tag:
* @var string Full path to actual layout files, after possible template override check
has been used a total of 1 times within the following files:

libraries/cms/layout/file.php: * @var string Full path to actual layout files, after possible template override check

### array JMenu instances container.

This tag:
* @var array JMenu instances container.
has been used a total of 1 times within the following files:

libraries/cms/menu/menu.php: * @var array JMenu instances container.

### integer Value pagination object ends at

This tag:
* @var integer Value pagination object ends at
has been used a total of 1 times within the following files:

libraries/cms/pagination/pagination.php: * @var integer Value pagination object ends at

### integer Current page

This tag:
* @var integer Current page
has been used a total of 1 times within the following files:

libraries/cms/pagination/pagination.php: * @var integer Current page

### string The link URL.

This tag:
* @var string The link URL.
has been used a total of 1 times within the following files:

libraries/cms/pagination/object.php: * @var string The link URL.

### integer The prefix used for request variables.

This tag:
* @var integer The prefix used for request variables.
has been used a total of 1 times within the following files:

libraries/cms/pagination/object.php: * @var integer The prefix used for request variables.

### boolean Flag whether the object is the ‘active’ page

This tag:
* @var boolean Flag whether the object is the ‘active’ page
has been used a total of 1 times within the following files:

libraries/cms/pagination/object.php: * @var boolean Flag whether the object is the 'active' page

### integer The number of rows as a base offset.

This tag:
* @var integer The number of rows as a base offset.
has been used a total of 1 times within the following files:

libraries/cms/pagination/object.php: * @var integer The number of rows as a base offset.

### string The link text.

This tag:
* @var string The link text.
has been used a total of 1 times within the following files:

libraries/cms/pagination/object.php: * @var string The link text.

### integer Total number of pages

This tag:
* @var integer Total number of pages
has been used a total of 1 times within the following files:

libraries/cms/pagination/pagination.php: * @var integer Total number of pages

### boolean View all flag

This tag:
* @var boolean View all flag
has been used a total of 1 times within the following files:

libraries/cms/pagination/pagination.php: * @var boolean View all flag

### array Format instances container.

This tag:
* @var array Format instances container.
has been used a total of 1 times within the following files:

libraries/framework/Joomla/Registry/AbstractRegistryFormat.php: * @var array Format instances container.

### Container

This tag:
* @var Container
has been used a total of 1 times within the following files:

libraries/framework/Joomla/DI/Container.php: * @var Container

### FOFForm

This tag:
* @var FOFForm
has been used a total of 1 times within the following files:

libraries/fof/form/header.php: * @var FOFForm

### array informations about writable state of directories

This tag:
* @var array informations about writable state of directories
has been used a total of 1 times within the following files:

administrator/components/com_admin/views/sysinfo/view.html.php: * @var array informations about writable state of directories

### array|null

This tag:
* @var array|null
has been used a total of 1 times within the following files:

libraries/fof/form/header.php: * @var array|null

### string the search string

This tag:
* @var string the search string
has been used a total of 1 times within the following files:

administrator/components/com_admin/views/help/view.html.php: * @var string the search string

### string the page to be viewed

This tag:
* @var string the page to be viewed
has been used a total of 1 times within the following files:

administrator/components/com_admin/views/help/view.html.php: * @var string the page to be viewed

### Memcached

This tag:
* @var Memcached
has been used a total of 1 times within the following files:

libraries/joomla/cache/storage/memcached.php: * @var Memcached

### array Table of contents

This tag:
* @var array Table of contents
has been used a total of 1 times within the following files:

administrator/components/com_admin/views/help/view.html.php: * @var array Table of contents

### string the iso language tag

This tag:
* @var string the iso language tag
has been used a total of 1 times within the following files:

administrator/components/com_admin/views/help/view.html.php: * @var string the iso language tag

### /* array Configuration parameters */

This tag:
* @var /* array Configuration parameters */
has been used a total of 1 times within the following files:

libraries/fof/toolbar/toolbar.php: /** @var array Configuration parameters */

### /* array Input (e.g. request) variables */

This tag:
* @var /* array Input (e.g. request) variables */
has been used a total of 1 times within the following files:

libraries/fof/toolbar/toolbar.php: /** @var array Input (e.g. request) variables */

### int Bit mask to enable Routing on redirects.

This tag:
* @var int Bit mask to enable Routing on redirects.
has been used a total of 1 times within the following files:

libraries/fof/controller/controller.php: * @var int Bit mask to enable Routing on redirects.

### string php info

This tag:
* @var string php info
has been used a total of 1 times within the following files:

administrator/components/com_admin/views/sysinfo/view.html.php: * @var string php info

### array somme system values

This tag:
* @var array somme system values
has been used a total of 1 times within the following files:

administrator/components/com_admin/views/sysinfo/view.html.php: * @var array somme system values

### /* bool Should I render buttons in the front-end? */

This tag:
* @var /* bool Should I render buttons in the front-end? */
has been used a total of 1 times within the following files:

libraries/fof/toolbar/toolbar.php: /** @var bool Should I render buttons in the front-end? */

### /* bool Should I render the submenu in the front-end? */

This tag:
* @var /* bool Should I render the submenu in the front-end? */
has been used a total of 1 times within the following files:

libraries/fof/toolbar/toolbar.php: /** @var bool Should I render the submenu in the front-end? */

### /* array Permissions map, see the __construct method for more information */

This tag:
* @var /* array Permissions map, see the __construct method for more information */
has been used a total of 1 times within the following files:

libraries/fof/toolbar/toolbar.php: /** @var array Permissions map, see the __construct method for more information */

### /* array The links to be rendered in the toolbar */

This tag:
* @var /* array The links to be rendered in the toolbar */
has been used a total of 1 times within the following files:

libraries/fof/toolbar/toolbar.php: /** @var array The links to be rendered in the toolbar */

### Memcache

This tag:
* @var Memcache
has been used a total of 1 times within the following files:

libraries/joomla/cache/storage/memcache.php: * @var Memcache

### array Options

This tag:
* @var array Options
has been used a total of 1 times within the following files:

libraries/joomla/cache/cache.php: * @var array Options

### SimpleXMLElement The album’s XML

This tag:
* @var SimpleXMLElement The album’s XML
has been used a total of 1 times within the following files:

libraries/joomla/google/data/picasa/album.php: * @var SimpleXMLElement The album's XML

### string Rawname

This tag:
* @var string Rawname
has been used a total of 1 times within the following files:

libraries/joomla/cache/storage.php: * @var string Rawname

### datetime Now

This tag:
* @var datetime Now
has been used a total of 1 times within the following files:

libraries/joomla/cache/storage.php: * @var datetime Now

### SimpleXMLElement The photo’s XML

This tag:
* @var SimpleXMLElement The photo’s XML
has been used a total of 1 times within the following files:

libraries/joomla/google/data/picasa/photo.php: * @var SimpleXMLElement The photo's XML

### JGoogleDataPlusComments Google+ API object for people.

This tag:
* @var JGoogleDataPlusComments Google+ API object for people.
has been used a total of 1 times within the following files:

libraries/joomla/google/data/plus.php: * @var JGoogleDataPlusComments Google+ API object for people.

### JGoogleDataPlusPeople Google+ API object for people.

This tag:
* @var JGoogleDataPlusPeople Google+ API object for people.
has been used a total of 1 times within the following files:

libraries/joomla/google/data/plus.php: * @var JGoogleDataPlusPeople Google+ API object for people.

### JGoogleDataPlusActivities Google+ API object for people.

This tag:
* @var JGoogleDataPlusActivities Google+ API object for people.
has been used a total of 1 times within the following files:

libraries/joomla/google/data/plus.php: * @var JGoogleDataPlusActivities Google+ API object for people.

### integer Cache lifetime

This tag:
* @var integer Cache lifetime
has been used a total of 1 times within the following files:

libraries/joomla/cache/storage.php: * @var integer Cache lifetime

### boolean Locking

This tag:
* @var boolean Locking
has been used a total of 1 times within the following files:

libraries/joomla/cache/storage.php: * @var boolean Locking

### string Cache group

This tag:
* @var string Cache group
has been used a total of 1 times within the following files:

libraries/joomla/cache/controller/page.php: * @var string Cache group

### object Cache lock test

This tag:
* @var object Cache lock test
has been used a total of 1 times within the following files:

libraries/joomla/cache/controller/page.php: * @var object Cache lock test

### object Storage handler

This tag:
* @var object Storage handler
has been used a total of 1 times within the following files:

libraries/joomla/cache/cache.php: * @var object Storage handler

### integer ID property for the cache page object.

This tag:
* @var integer ID property for the cache page object.
has been used a total of 1 times within the following files:

libraries/joomla/cache/controller/page.php: * @var integer ID property for the cache page object.

### string Hash

This tag:
* @var string Hash
has been used a total of 1 times within the following files:

libraries/joomla/cache/storage.php: * @var string Hash

### string Language

This tag:
* @var string Language
has been used a total of 1 times within the following files:

libraries/joomla/cache/storage.php: * @var string Language

### string Application name.

This tag:
* @var string Application name.
has been used a total of 1 times within the following files:

libraries/joomla/cache/storage.php: * @var string Application name.

### array config values

This tag:
* @var array config values
has been used a total of 1 times within the following files:

administrator/components/com_admin/views/sysinfo/view.html.php: * @var array config values

### FOFModelDispatcherBehavior

This tag:
* @var FOFModelDispatcherBehavior
has been used a total of 1 times within the following files:

libraries/fof/model/model.php: * @var FOFModelDispatcherBehavior

### /* int The Time Step for the TOTP used in FOF’s transparent user authentication */

This tag:
* @var /* int The Time Step for the TOTP used in FOF’s transparent user authentication */
has been used a total of 1 times within the following files:

libraries/fof/dispatcher/dispatcher.php: /** @var int The Time Step for the TOTP used in FOF's transparent user authentication */

### /* string The key for the TOTP, Base32 encoded (watch out; Base32, NOT Base64!) */

This tag:
* @var /* string The key for the TOTP, Base32 encoded (watch out; Base32, NOT Base64!) */
has been used a total of 1 times within the following files:

libraries/fof/dispatcher/dispatcher.php: /** @var string The key for the TOTP, Base32 encoded (watch out; Base32, NOT Base64!) */

### /* array Which formats to be handled by transparent authentication */

This tag:
* @var /* array Which formats to be handled by transparent authentication */
has been used a total of 1 times within the following files:

libraries/fof/dispatcher/dispatcher.php: /** @var array Which formats to be handled by transparent authentication */

### /* string The name of the default view, in case none is specified */

This tag:
* @var /* string The name of the default view, in case none is specified */
has been used a total of 1 times within the following files:

libraries/fof/dispatcher/dispatcher.php: /** @var string The name of the default view, in case none is specified */

### /* FOFInput Input variables */

This tag:
* @var /* FOFInput Input variables */
has been used a total of 1 times within the following files:

libraries/fof/dispatcher/dispatcher.php: /** @var FOFInput Input variables */

### /* string The cipher key (password) */

This tag:
* @var /* string The cipher key (password) */
has been used a total of 1 times within the following files:

libraries/fof/encrypt/aes.php: /** @var string The cipher key (password) */

### /* array Configuration variables */

This tag:
* @var /* array Configuration variables */
has been used a total of 1 times within the following files:

libraries/fof/dispatcher/dispatcher.php: /** @var array Configuration variables */

### /* array Which methods to use to fetch authentication credentials and in which order */

This tag:
* @var /* array Which methods to use to fetch authentication credentials and in which order */
has been used a total of 1 times within the following files:

libraries/fof/dispatcher/dispatcher.php: /** @var array Which methods to use to fetch authentication credentials and in which order */

### /* bool Did we successfully and transparently logged in a user? */

This tag:
* @var /* bool Did we successfully and transparently logged in a user? */
has been used a total of 1 times within the following files:

libraries/fof/dispatcher/dispatcher.php: /** @var bool Did we successfully and transparently logged in a user? */

### array $aliases

This tag:
* @var array $aliases
has been used a total of 1 times within the following files:

libraries/framework/Joomla/DI/Container.php: * @var array $aliases

### array $instances

This tag:
* @var array $instances
has been used a total of 1 times within the following files:

libraries/framework/Joomla/DI/Container.php: * @var array $instances

### array $dataStore

This tag:
* @var array $dataStore
has been used a total of 1 times within the following files:

libraries/framework/Joomla/DI/Container.php: * @var array $dataStore

### ProcessorInterface

This tag:
* @var ProcessorInterface
has been used a total of 1 times within the following files:

libraries/framework/Joomla/Application/Cli/CliOutput.php: * @var ProcessorInterface

### FOFAutoloaderFof

This tag:
* @var FOFAutoloaderFof
has been used a total of 1 times within the following files:

libraries/fof/autoloader/fof.php: * @var FOFAutoloaderFof

### /* string The calculated encryption key for the _TOTP methods, used if we have to encrypt the reply */

This tag:
* @var /* string The calculated encryption key for the _TOTP methods, used if we have to encrypt the reply */
has been used a total of 1 times within the following files:

libraries/fof/dispatcher/dispatcher.php: /** @var string The calculated encryption key for the _TOTP methods, used if we have to encrypt the reply */

### FOFAutoloaderComponent

This tag:
* @var FOFAutoloaderComponent
has been used a total of 1 times within the following files:

libraries/fof/autoloader/component.php: * @var FOFAutoloaderComponent

### /* string Cipher mode. Can be CBC or ECB. We recommend using CBC */

This tag:
* @var /* string Cipher mode. Can be CBC or ECB. We recommend using CBC */
has been used a total of 1 times within the following files:

libraries/fof/encrypt/aes.php: /** @var string Cipher mode. Can be CBC or ECB. We recommend using CBC */

### /* string The AES cipher to use (this is an mcrypt identifier, not the bit strength) */

This tag:
* @var /* string The AES cipher to use (this is an mcrypt identifier, not the bit strength) */
has been used a total of 1 times within the following files:

libraries/fof/encrypt/aes.php: /** @var string The AES cipher to use (this is an mcrypt identifier, not the bit strength) */

### JRegistry|null

This tag:
* @var JRegistry|null
has been used a total of 1 times within the following files:

libraries/fof/integration/joomla/platform.php: * @var JRegistry|null

### FOFPlatformInterface

This tag:
* @var FOFPlatformInterface
has been used a total of 1 times within the following files:

libraries/fof/platform/platform.php: * @var FOFPlatformInterface

### /* FOFForm The form to render */

This tag:
* @var /* FOFForm The form to render */
has been used a total of 1 times within the following files:

libraries/fof/view/form.php: /** @var FOFForm The form to render */

### FOFHalLinks

This tag:
* @var FOFHalLinks
has been used a total of 1 times within the following files:

libraries/fof/hal/document.php: * @var FOFHalLinks

### FOFHalDocument

This tag:
* @var FOFHalDocument
has been used a total of 1 times within the following files:

libraries/fof/hal/render/json.php: * @var FOFHalDocument

### FOFLessParser

This tag:
* @var FOFLessParser
has been used a total of 1 times within the following files:

libraries/fof/less/less.php: * @var FOFLessParser

### FOFUtilsObservableDispatcher

This tag:
* @var FOFUtilsObservableDispatcher
has been used a total of 1 times within the following files:

libraries/fof/utils/observable/dispatcher.php: * @var FOFUtilsObservableDispatcher

### /* array Data lists */

This tag:
* @var /* array Data lists */
has been used a total of 1 times within the following files:

libraries/fof/view/raw.php: /** @var array Data lists */

### /* array Permissions map */

This tag:
* @var /* array Permissions map */
has been used a total of 1 times within the following files:

libraries/fof/view/raw.php: /** @var array Permissions map */

### array some php settings

This tag:
* @var array some php settings
has been used a total of 1 times within the following files:

administrator/components/com_admin/views/sysinfo/view.html.php: * @var array some php settings

### FOFTableDispatcherBehavior

This tag:
* @var FOFTableDispatcherBehavior
has been used a total of 1 times within the following files:

libraries/fof/table/table.php: * @var FOFTableDispatcherBehavior

### FOFTableRelations

This tag:
* @var FOFTableRelations
has been used a total of 1 times within the following files:

libraries/fof/table/table.php: * @var FOFTableRelations

### /* int Is this renderer enabled? */

This tag:
* @var /* int Is this renderer enabled? */
has been used a total of 1 times within the following files:

libraries/fof/render/abstract.php: /** @var int Is this renderer enabled? */

### /* int Priority of this renderer. Higher means more important */

This tag:
* @var /* int Priority of this renderer. Higher means more important */
has been used a total of 1 times within the following files:

libraries/fof/render/abstract.php: /** @var int Priority of this renderer. Higher means more important */

### array Contains objects of the FOFRenderAbstract class

This tag:
* @var array Contains objects of the FOFRenderAbstract class
has been used a total of 1 times within the following files:

libraries/fof/view/view.php: * @var array Contains objects of the FOFRenderAbstract class

### FOFRenderAbstract

This tag:
* @var FOFRenderAbstract
has been used a total of 1 times within the following files:

libraries/fof/view/view.php: * @var FOFRenderAbstract

### JTwitterFriends Twitter API object for friends.

This tag:
* @var JTwitterFriends Twitter API object for friends.
has been used a total of 1 times within the following files:

libraries/joomla/twitter/twitter.php: * @var JTwitterFriends Twitter API object for friends.

### JObject Object containing permissions for the item

This tag:
* @var JObject Object containing permissions for the item
has been used a total of 1 times within the following files:

administrator/components/com_banners/views/client/view.html.php: * @var JObject Object containing permissions for the item

### string Class used for Media RSS <media:rating>

This tag:
* @var string Class used for Media RSS <media:rating>
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Class used for Media RSS <media:rating>

### string Class used for Media RSS <media:restriction>

This tag:
* @var string Class used for Media RSS <media:restriction>
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Class used for Media RSS <media:restriction>

### string Class used for content-type sniffing

This tag:
* @var string Class used for content-type sniffing
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Class used for content-type sniffing

### string Class used for Media RSS <media:credit>

This tag:
* @var string Class used for Media RSS <media:credit>
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Class used for Media RSS <media:credit>

### string Class used for Media RSS <media:copyright>

This tag:
* @var string Class used for Media RSS <media:copyright>
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Class used for Media RSS <media:copyright>

### string Class used for categories

This tag:
* @var string Class used for categories
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Class used for categories

### string Class used for enclosures

This tag:
* @var string Class used for enclosures
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Class used for enclosures

### string Class used for Media RSS <media:text> captions

This tag:
* @var string Class used for Media RSS <media:text> captions
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Class used for Media RSS <media:text> captions

### string Class used for item sources.

This tag:
* @var string Class used for item sources.
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Class used for item sources.

### mixed Set javascript query string parameter (false, or

This tag:
* @var mixed Set javascript query string parameter (false, or
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var mixed Set javascript query string parameter (false, or

### array Stores the URLs when multiple feeds are being initialized.

This tag:
* @var array Stores the URLs when multiple feeds are being initialized.
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var array Stores the URLs when multiple feeds are being initialized.

### array Stores SimplePie objects when multiple feeds initialized.

This tag:
* @var array Stores SimplePie objects when multiple feeds initialized.
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var array Stores SimplePie objects when multiple feeds initialized.

### array Stores the get_object_vars() array for use with multifeeds.

This tag:
* @var array Stores the get_object_vars() array for use with multifeeds.
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var array Stores the get_object_vars() array for use with multifeeds.

### string Web-accessible path to the handler_image.php file.

This tag:
* @var string Web-accessible path to the handler_image.php file.
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Web-accessible path to the handler_image.php file.

### string Web-accessible path to the handler_favicon.php file.

This tag:
* @var string Web-accessible path to the handler_favicon.php file.
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Web-accessible path to the handler_favicon.php file.

### int Maximum number of feeds to check with autodiscovery

This tag:
* @var int Maximum number of feeds to check with autodiscovery
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var int Maximum number of feeds to check with autodiscovery

### array All the feeds found during the autodiscovery process

This tag:
* @var array All the feeds found during the autodiscovery process
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var array All the feeds found during the autodiscovery process

### string Class used for authors

This tag:
* @var string Class used for authors
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Class used for authors

### string Class used for items

This tag:
* @var string Class used for items
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Class used for items

### bool Enable/Disable Caching

This tag:
* @var bool Enable/Disable Caching
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var bool Enable/Disable Caching

### int Cache duration (in seconds)

This tag:
* @var int Cache duration (in seconds)
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var int Cache duration (in seconds)

### int Auto-discovery cache duration (in seconds)

This tag:
* @var int Auto-discovery cache duration (in seconds)
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var int Auto-discovery cache duration (in seconds)

### bool Enable/Disable XML dump

This tag:
* @var bool Enable/Disable XML dump
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var bool Enable/Disable XML dump

### bool Force the given data/URL to be treated as a feed no matter what

This tag:
* @var bool Force the given data/URL to be treated as a feed no matter what
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var bool Force the given data/URL to be treated as a feed no matter what

### int Timeout for fetching remote files

This tag:
* @var int Timeout for fetching remote files
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var int Timeout for fetching remote files

### bool Forces fsockopen() to be used for remote files instead

This tag:
* @var bool Forces fsockopen() to be used for remote files instead
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var bool Forces fsockopen() to be used for remote files instead

### string Cache location (relative to executing script)

This tag:
* @var string Cache location (relative to executing script)
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Cache location (relative to executing script)

### string Function that creates the cache filename

This tag:
* @var string Function that creates the cache filename
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Function that creates the cache filename

### string Class used for locating feeds

This tag:
* @var string Class used for locating feeds
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Class used for locating feeds

### string Class used for parsing feeds

This tag:
* @var string Class used for parsing feeds
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Class used for parsing feeds

### string Class used for fetching feeds

This tag:
* @var string Class used for fetching feeds
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Class used for fetching feeds

### string Class used for caching feeds

This tag:
* @var string Class used for caching feeds
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Class used for caching feeds

### int Feed Autodiscovery Level

This tag:
* @var int Feed Autodiscovery Level
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var int Feed Autodiscovery Level

### bool Reorder feed by date descending

This tag:
* @var bool Reorder feed by date descending
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var bool Reorder feed by date descending

### mixed Force input encoding to be set to the follow value

This tag:
* @var mixed Force input encoding to be set to the follow value
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var mixed Force input encoding to be set to the follow value

### integer Stores the number of items to return per-feed with multifeeds.

This tag:
* @var integer Stores the number of items to return per-feed with multifeeds.
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var integer Stores the number of items to return per-feed with multifeeds.

### array Stores the default attributes to be stripped by strip_attributes().

This tag:
* @var array Stores the default attributes to be stripped by strip_attributes().
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var array Stores the default attributes to be stripped by strip_attributes().

### XMLReader

This tag:
* @var XMLReader
has been used a total of 1 times within the following files:

libraries/joomla/feed/parser.php: * @var XMLReader

### array The list of registered parser classes for feeds.

This tag:
* @var array The list of registered parser classes for feeds.
has been used a total of 1 times within the following files:

libraries/joomla/feed/factory.php: * @var array The list of registered parser classes for feeds.

### DateTimeZone

This tag:
* @var DateTimeZone
has been used a total of 1 times within the following files:

libraries/joomla/date/date.php: * @var DateTimeZone

### /* string Absolute path to prepend to extracted files */

This tag:
* @var /* string Absolute path to prepend to extracted files */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var string Absolute path to prepend to extracted files */

### string The feed element name for the entry elements.

This tag:
* @var string The feed element name for the entry elements.
has been used a total of 1 times within the following files:

libraries/joomla/feed/parser/rss.php: * @var string The feed element name for the entry elements.

### /* array Which files to rename */

This tag:
* @var /* array Which files to rename */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var array Which files to rename */

### array The list of feed entry objects.

This tag:
* @var array The list of feed entry objects.
has been used a total of 1 times within the following files:

libraries/joomla/feed/feed.php: * @var array The list of feed entry objects.

### JRegistry Options for the JFacebookOAuth object.

This tag:
* @var JRegistry Options for the JFacebookOAuth object.
has been used a total of 1 times within the following files:

libraries/joomla/facebook/oauth.php: * @var JRegistry Options for the JFacebookOAuth object.

### /* AKAbstractPostproc Post processing class */

This tag:
* @var /* AKAbstractPostproc Post processing class */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var AKAbstractPostproc Post processing class */

### JFacebookCheckin Facebook API object for checkin.

This tag:
* @var JFacebookCheckin Facebook API object for checkin.
has been used a total of 1 times within the following files:

libraries/joomla/facebook/facebook.php: * @var JFacebookCheckin Facebook API object for checkin.

### JFacebookEvent Facebook API object for event.

This tag:
* @var JFacebookEvent Facebook API object for event.
has been used a total of 1 times within the following files:

libraries/joomla/facebook/facebook.php: * @var JFacebookEvent Facebook API object for event.

### JFacebookGroup Facebook API object for group.

This tag:
* @var JFacebookGroup Facebook API object for group.
has been used a total of 1 times within the following files:

libraries/joomla/facebook/facebook.php: * @var JFacebookGroup Facebook API object for group.

### JFacebookStatus Facebook API object for status.

This tag:
* @var JFacebookStatus Facebook API object for status.
has been used a total of 1 times within the following files:

libraries/joomla/facebook/facebook.php: * @var JFacebookStatus Facebook API object for status.

### JFacebookUser Facebook API object for user.

This tag:
* @var JFacebookUser Facebook API object for user.
has been used a total of 1 times within the following files:

libraries/joomla/facebook/facebook.php: * @var JFacebookUser Facebook API object for user.

### /* bool Should I restore permissions? */

This tag:
* @var /* bool Should I restore permissions? */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var bool Should I restore permissions? */

### /* integer The offset inside the current part */

This tag:
* @var /* integer The offset inside the current part */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var integer The offset inside the current part */

### mixed (depends on the renderer)

This tag:
* @var mixed (depends on the renderer)
has been used a total of 1 times within the following files:

libraries/joomla/document/document.php: * @var mixed (depends on the renderer)

### /* array Which directories to rename */

This tag:
* @var /* array Which directories to rename */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var array Which directories to rename */

### integer Major version number

This tag:
* @var integer Major version number
has been used a total of 1 times within the following files:

libraries/joomla/environment/browser.php: * @var integer Major version number

### integer Minor version number

This tag:
* @var integer Minor version number
has been used a total of 1 times within the following files:

libraries/joomla/environment/browser.php: * @var integer Minor version number

### string Browser name.

This tag:
* @var string Browser name.
has been used a total of 1 times within the following files:

libraries/joomla/environment/browser.php: * @var string Browser name.

### /* array Which files to skip */

This tag:
* @var /* array Which files to skip */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var array Which files to skip */

### SimplePie_File

This tag:
* @var SimplePie_File
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var SimplePie_File

### array Stores the default tags to be stripped by strip_htmltags().

This tag:
* @var array Stores the default tags to be stripped by strip_htmltags().
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var array Stores the default tags to be stripped by strip_htmltags().

### /* integer Chunk size for processing */

This tag:
* @var /* integer Chunk size for processing */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var integer Chunk size for processing */

### string Full user agent string.

This tag:
* @var string Full user agent string.
has been used a total of 1 times within the following files:

libraries/joomla/environment/browser.php: * @var string Full user agent string.

### string Lower-case user agent string

This tag:
* @var string Lower-case user agent string
has been used a total of 1 times within the following files:

libraries/joomla/environment/browser.php: * @var string Lower-case user agent string

### boolean Is this a mobile browser?

This tag:
* @var boolean Is this a mobile browser?
has been used a total of 1 times within the following files:

libraries/joomla/environment/browser.php: * @var boolean Is this a mobile browser?

### array JBrowser instances container.

This tag:
* @var array JBrowser instances container.
has been used a total of 1 times within the following files:

libraries/joomla/environment/browser.php: * @var array JBrowser instances container.

### array or string

This tag:
* @var array or string
has been used a total of 1 times within the following files:

libraries/joomla/document/feed/feed.php: * @var array or string

### array Known robots.

This tag:
* @var array Known robots.
has been used a total of 1 times within the following files:

libraries/joomla/environment/browser.php: * @var array Known robots.

### string Platform the browser is running on

This tag:
* @var string Platform the browser is running on
has been used a total of 1 times within the following files:

libraries/joomla/environment/browser.php: * @var string Platform the browser is running on

### string HTTP_ACCEPT string.

This tag:
* @var string HTTP_ACCEPT string.
has been used a total of 1 times within the following files:

libraries/joomla/environment/browser.php: * @var string HTTP_ACCEPT string.

### array Parsed HTTP_ACCEPT string

This tag:
* @var array Parsed HTTP_ACCEPT string
has been used a total of 1 times within the following files:

libraries/joomla/environment/browser.php: * @var array Parsed HTTP_ACCEPT string

### string Raw feed data

This tag:
* @var string Raw feed data
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Raw feed data

### object Instance of SimplePie_File to use as a feed

This tag:
* @var object Instance of SimplePie_File to use as a feed
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var object Instance of SimplePie_File to use as a feed

### integer Number of columns in a multi column display

This tag:
* @var integer Number of columns in a multi column display
has been used a total of 1 times within the following files:

components/com_content/views/category/view.html.php: * @var integer Number of columns in a multi column display

### /* array An array of observers */

This tag:
* @var /* array An array of observers */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var array An array of observers */

### / JViewHtml $view */

This tag:
* @var / JViewHtml $view */
has been used a total of 1 times within the following files:

installation/controller/default.php: /* @var JViewHtml $view */

### array Array of links in blog display

This tag:
* @var array Array of links in blog display
has been used a total of 1 times within the following files:

components/com_content/views/category/view.html.php: * @var array Array of links in blog display

### array Array of intro (multicolumn display) items for blog display

This tag:
* @var array Array of intro (multicolumn display) items for blog display
has been used a total of 1 times within the following files:

components/com_content/views/category/view.html.php: * @var array Array of intro (multicolumn display) items for blog display

### object The user profile data.

This tag:
* @var object The user profile data.
has been used a total of 1 times within the following files:

components/com_users/models/profile.php: * @var object The user profile data.

### FinderIndexerQuery

This tag:
* @var FinderIndexerQuery
has been used a total of 1 times within the following files:

components/com_finder/models/search.php: * @var FinderIndexerQuery

### array Array of leading items for blog display

This tag:
* @var array Array of leading items for blog display
has been used a total of 1 times within the following files:

components/com_content/views/category/view.html.php: * @var array Array of leading items for blog display

### object Client object

This tag:
* @var object Client object
has been used a total of 1 times within the following files:

installation/model/languages.php: * @var object Client object

### array Languages description

This tag:
* @var array Languages description
has been used a total of 1 times within the following files:

installation/model/languages.php: * @var array Languages description

### / InstallationViewCompleteHtml $this */

This tag:
* @var / InstallationViewCompleteHtml $this */
has been used a total of 1 times within the following files:

installation/view/complete/tmpl/default.php:/* @var InstallationViewCompleteHtml $this */

### /* int Last reported warnings’s position in array */

This tag:
* @var /* int Last reported warnings’s position in array */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var int Last reported warnings's position in array */

### /* string The database root key */

This tag:
* @var /* string The database root key */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var string The database root key */

### / InstallationViewRemoveHtml $this */

This tag:
* @var / InstallationViewRemoveHtml $this */
has been used a total of 1 times within the following files:

installation/view/remove/tmpl/default.php:/* @var InstallationViewRemoveHtml $this */

### Admin Id, author of all generated content

This tag:
* @var Admin Id, author of all generated content
has been used a total of 1 times within the following files:

installation/model/languages.php: * @var Admin Id, author of all generated content

### string Language path

This tag:
* @var string Language path
has been used a total of 1 times within the following files:

installation/model/languages.php: * @var string Language path

### integer Total number of languages installed

This tag:
* @var integer Total number of languages installed
has been used a total of 1 times within the following files:

installation/model/languages.php: * @var integer Total number of languages installed

### object The user registration data.

This tag:
* @var object The user registration data.
has been used a total of 1 times within the following files:

components/com_users/models/registration.php: * @var object The user registration data.

### /* bool Should I use FTP over implicit SSL? */

This tag:
* @var /* bool Should I use FTP over implicit SSL? */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var bool Should I use FTP over implicit SSL? */

### array languages information

This tag:
* @var array languages information
has been used a total of 1 times within the following files:

administrator/components/com_languages/views/installed/view.html.php: * @var array languages information

### /* int FTP port */

This tag:
* @var /* int FTP port */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var int FTP port */

### array languages description

This tag:
* @var array languages description
has been used a total of 1 times within the following files:

administrator/components/com_languages/models/installed.php: * @var array languages description

### /* string FTP user name */

This tag:
* @var /* string FTP user name */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var string FTP user name */

### /* string FTP password */

This tag:
* @var /* string FTP password */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var string FTP password */

### string The type alias for this content type.

This tag:
* @var string The type alias for this content type.
has been used a total of 1 times within the following files:

administrator/components/com_tags/models/tag.php: * @var string The type alias for this content type.

### /* string FTP initial directory */

This tag:
* @var /* string FTP initial directory */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var string FTP initial directory */

### int total number pf languages

This tag:
* @var int total number pf languages
has been used a total of 1 times within the following files:

administrator/components/com_languages/models/installed.php: * @var int total number pf languages

### int total number pf languages installed

This tag:
* @var int total number pf languages installed
has been used a total of 1 times within the following files:

administrator/components/com_languages/models/installed.php: * @var int total number pf languages installed

### JKeychain The keychain object being manipulated.

This tag:
* @var JKeychain The keychain object being manipulated.
has been used a total of 1 times within the following files:

bin/keychain.php: * @var JKeychain The keychain object being manipulated.

### /* string FTP host name */

This tag:
* @var /* string FTP host name */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var string FTP host name */

### /* bool use Passive mode? */

This tag:
* @var /* bool use Passive mode? */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var bool use Passive mode? */

### boolean A flag if the keychain has been updated to trigger saving the keychain

This tag:
* @var boolean A flag if the keychain has been updated to trigger saving the keychain
has been used a total of 1 times within the following files:

bin/keychain.php: * @var boolean A flag if the keychain has been updated to trigger saving the keychain

### string The help screen base URL for the module.

This tag:
* @var string The help screen base URL for the module.
has been used a total of 1 times within the following files:

administrator/components/com_modules/models/module.php: * @var string The help screen base URL for the module.

### string language path

This tag:
* @var string language path
has been used a total of 1 times within the following files:

administrator/components/com_languages/models/installed.php: * @var string language path

### string The help screen key for the module.

This tag:
* @var string The help screen key for the module.
has been used a total of 1 times within the following files:

administrator/components/com_modules/models/module.php: * @var string The help screen key for the module.

### / InstallationViewInstallHtml $this */

This tag:
* @var / InstallationViewInstallHtml $this */
has been used a total of 1 times within the following files:

installation/view/install/tmpl/default.php:/* @var InstallationViewInstallHtml $this */

### / InstallationViewLanguagesHtml $this */

This tag:
* @var / InstallationViewLanguagesHtml $this */
has been used a total of 1 times within the following files:

installation/view/languages/tmpl/default.php:/* @var InstallationViewLanguagesHtml $this */

### boolean Whether to throw exceptions for errors

This tag:
* @var boolean Whether to throw exceptions for errors
has been used a total of 1 times within the following files:

libraries/phpmailer/phpmailer.php: * @var boolean Whether to throw exceptions for errors

### resource The socket to the server

This tag:
* @var resource The socket to the server
has been used a total of 1 times within the following files:

libraries/phpmailer/smtp.php: * @var resource The socket to the server

### string Error message, if any, for the last call

This tag:
* @var string Error message, if any, for the last call
has been used a total of 1 times within the following files:

libraries/phpmailer/smtp.php: * @var string Error message, if any, for the last call

### string The password of a DKIM key

This tag:
* @var string The password of a DKIM key
has been used a total of 1 times within the following files:

libraries/phpmailer/phpmailer.php: * @var string The password of a DKIM key

### string The filename of a DKIM key file

This tag:
* @var string The filename of a DKIM key file
has been used a total of 1 times within the following files:

libraries/phpmailer/phpmailer.php: * @var string The filename of a DKIM key file

### integer The number of errors encountered

This tag:
* @var integer The number of errors encountered
has been used a total of 1 times within the following files:

libraries/phpmailer/phpmailer.php: * @var integer The number of errors encountered

### string The filename of a DKIM certificate file

This tag:
* @var string The filename of a DKIM certificate file
has been used a total of 1 times within the following files:

libraries/phpmailer/phpmailer.php: * @var string The filename of a DKIM certificate file

### string The reply the server sent to us for HELO

This tag:
* @var string The reply the server sent to us for HELO
has been used a total of 1 times within the following files:

libraries/phpmailer/smtp.php: * @var string The reply the server sent to us for HELO

### resource Resource handle for the POP connection socket

This tag:
* @var resource Resource handle for the POP connection socket
has been used a total of 1 times within the following files:

libraries/phpmailer/pop3.php: * @var resource Resource handle for the POP connection socket

### object Instance of SimplePie_Sanitize (or other class)

This tag:
* @var object Instance of SimplePie_Sanitize (or other class)
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var object Instance of SimplePie_Sanitize (or other class)

### string SimplePie Useragent

This tag:
* @var string SimplePie Useragent
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string SimplePie Useragent

### string Feed URL

This tag:
* @var string Feed URL
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var string Feed URL

### mixed Error string

This tag:
* @var mixed Error string
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var mixed Error string

### array Raw data

This tag:
* @var array Raw data
has been used a total of 1 times within the following files:

libraries/simplepie/simplepie.php: * @var array Raw data

### boolean Are we connected?

This tag:
* @var boolean Are we connected?
has been used a total of 1 times within the following files:

libraries/phpmailer/pop3.php: * @var boolean Are we connected?

### array Error container

This tag:
* @var array Error container
has been used a total of 1 times within the following files:

libraries/phpmailer/pop3.php: * @var array Error container

### array An array of available languages

This tag:
* @var array An array of available languages
has been used a total of 1 times within the following files:

libraries/phpmailer/phpmailer.php: * @var array An array of available languages

### array An array of MIME boundary strings

This tag:
* @var array An array of MIME boundary strings
has been used a total of 1 times within the following files:

libraries/phpmailer/phpmailer.php: * @var array An array of MIME boundary strings

### /* int Run state when processing the current archive file */

This tag:
* @var /* int Run state when processing the current archive file */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var int Run state when processing the current archive file */

### /* resource File pointer to the current archive part file */

This tag:
* @var /* resource File pointer to the current archive part file */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var resource File pointer to the current archive part file */

### string NULL for default, whitespace for None, or actual string to use

This tag:
* @var string NULL for default, whitespace for None, or actual string to use
has been used a total of 1 times within the following files:

libraries/phpmailer/phpmailer.php: * @var string NULL for default, whitespace for None, or actual string to use

### / InstallationViewSummaryHtml $this */

This tag:
* @var / InstallationViewSummaryHtml $this */
has been used a total of 1 times within the following files:

installation/view/summary/tmpl/default.php:/* @var InstallationViewSummaryHtml $this */

### / InstallationViewPreinstallHtml $this */

This tag:
* @var / InstallationViewPreinstallHtml $this */
has been used a total of 1 times within the following files:

installation/view/preinstall/tmpl/default.php:/* @var InstallationViewPreinstallHtml $this */

### /* int How much of the uncompressed data we’ve read so far */

This tag:
* @var /* int How much of the uncompressed data we’ve read so far */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var int How much of the uncompressed data we've read so far */

### /* stdClass File header data, as read by the readFileHeader() method */

This tag:
* @var /* stdClass File header data, as read by the readFileHeader() method */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var stdClass File header data, as read by the readFileHeader() method */

### SMTP An instance of the SMTP sender class

This tag:
* @var SMTP An instance of the SMTP sender class
has been used a total of 1 times within the following files:

libraries/phpmailer/phpmailer.php: * @var SMTP An instance of the SMTP sender class

### array An array of ‘to’ addresses

This tag:
* @var array An array of ‘to’ addresses
has been used a total of 1 times within the following files:

libraries/phpmailer/phpmailer.php: * @var array An array of 'to' addresses

### array An array of attachments

This tag:
* @var array An array of attachments
has been used a total of 1 times within the following files:

libraries/phpmailer/phpmailer.php: * @var array An array of attachments

### array An array of custom headers

This tag:
* @var array An array of custom headers
has been used a total of 1 times within the following files:

libraries/phpmailer/phpmailer.php: * @var array An array of custom headers

### string The message’s MIME type

This tag:
* @var string The message’s MIME type
has been used a total of 1 times within the following files:

libraries/phpmailer/phpmailer.php: * @var string The message's MIME type

### array An array of all kinds of addresses: to, cc, bcc, replyto

This tag:
* @var array An array of all kinds of addresses: to, cc, bcc, replyto
has been used a total of 1 times within the following files:

libraries/phpmailer/phpmailer.php: * @var array An array of all kinds of addresses: to, cc, bcc, replyto

### array An array of reply-to name and address

This tag:
* @var array An array of reply-to name and address
has been used a total of 1 times within the following files:

libraries/phpmailer/phpmailer.php: * @var array An array of reply-to name and address

### array An array of ‘cc’ addresses

This tag:
* @var array An array of ‘cc’ addresses
has been used a total of 1 times within the following files:

libraries/phpmailer/phpmailer.php: * @var array An array of 'cc' addresses

### array An array of ‘bcc’ addresses

This tag:
* @var array An array of ‘bcc’ addresses
has been used a total of 1 times within the following files:

libraries/phpmailer/phpmailer.php: * @var array An array of 'bcc' addresses

### JFacebookLink Facebook API object for link.

This tag:
* @var JFacebookLink Facebook API object for link.
has been used a total of 1 times within the following files:

libraries/joomla/facebook/facebook.php: * @var JFacebookLink Facebook API object for link.

### JFacebookNote Facebook API object for note.

This tag:
* @var JFacebookNote Facebook API object for note.
has been used a total of 1 times within the following files:

libraries/joomla/facebook/facebook.php: * @var JFacebookNote Facebook API object for note.

### / $menu JAdminCSSMenu */

This tag:
* @var / $menu JAdminCSSMenu */
has been used a total of 1 times within the following files:

administrator/modules/mod_menu/tmpl/default_enabled.php:/* @var $menu JAdminCSSMenu */

### JObject A cache for the available actions.

This tag:
* @var JObject A cache for the available actions.
has been used a total of 1 times within the following files:

administrator/components/com_users/helpers/users.php: * @var JObject A cache for the available actions.

### JLinkedinPeople Linkedin API object for people.

This tag:
* @var JLinkedinPeople Linkedin API object for people.
has been used a total of 1 times within the following files:

libraries/joomla/linkedin/linkedin.php: * @var JLinkedinPeople Linkedin API object for people.

### array instance of this class

This tag:
* @var array instance of this class
has been used a total of 1 times within the following files:

libraries/joomla/filesystem/patcher.php: * @var array instance of this class

### array patches

This tag:
* @var array patches
has been used a total of 1 times within the following files:

libraries/joomla/filesystem/patcher.php: * @var array patches

### array sources files

This tag:
* @var array sources files
has been used a total of 1 times within the following files:

libraries/joomla/filesystem/patcher.php: * @var array sources files

### array destination files

This tag:
* @var array destination files
has been used a total of 1 times within the following files:

libraries/joomla/filesystem/patcher.php: * @var array destination files

### array removal files

This tag:
* @var array removal files
has been used a total of 1 times within the following files:

libraries/joomla/filesystem/patcher.php: * @var array removal files

### JLinkedinGroups Linkedin API object for groups.

This tag:
* @var JLinkedinGroups Linkedin API object for groups.
has been used a total of 1 times within the following files:

libraries/joomla/linkedin/linkedin.php: * @var JLinkedinGroups Linkedin API object for groups.

### JLinkedinCompanies Linkedin API object for companies.

This tag:
* @var JLinkedinCompanies Linkedin API object for companies.
has been used a total of 1 times within the following files:

libraries/joomla/linkedin/linkedin.php: * @var JLinkedinCompanies Linkedin API object for companies.

### JDate

This tag:
* @var JDate
has been used a total of 1 times within the following files:

libraries/joomla/log/entry.php: * @var JDate

### array Translation array for JLogEntry priorities to text strings.

This tag:
* @var array Translation array for JLogEntry priorities to text strings.
has been used a total of 1 times within the following files:

libraries/joomla/log/logger.php: * @var array Translation array for JLogEntry priorities to text strings.

### JLog

This tag:
* @var JLog
has been used a total of 1 times within the following files:

libraries/joomla/log/log.php: * @var JLog

### JRegistry Options for the JLinkedinOauth object.

This tag:
* @var JRegistry Options for the JLinkedinOauth object.
has been used a total of 1 times within the following files:

libraries/joomla/linkedin/oauth.php: * @var JRegistry Options for the JLinkedinOauth object.

### JLinkedinCommunications Linkedin API object for communications.

This tag:
* @var JLinkedinCommunications Linkedin API object for communications.
has been used a total of 1 times within the following files:

libraries/joomla/linkedin/linkedin.php: * @var JLinkedinCommunications Linkedin API object for communications.

### JLinkedinJobs Linkedin API object for jobs.

This tag:
* @var JLinkedinJobs Linkedin API object for jobs.
has been used a total of 1 times within the following files:

libraries/joomla/linkedin/linkedin.php: * @var JLinkedinJobs Linkedin API object for jobs.

### JLinkedinStream Linkedin API object for social stream.

This tag:
* @var JLinkedinStream Linkedin API object for social stream.
has been used a total of 1 times within the following files:

libraries/joomla/linkedin/linkedin.php: * @var JLinkedinStream Linkedin API object for social stream.

### string gz, bz, f

This tag:
* @var string gz, bz, f
has been used a total of 1 times within the following files:

libraries/joomla/filesystem/stream.php: * @var string gz, bz, f

### JModel

This tag:
* @var JModel
has been used a total of 1 times within the following files:

libraries/joomla/view/base.php: * @var JModel

### JInput An input object from which to derive the route.

This tag:
* @var JInput An input object from which to derive the route.
has been used a total of 1 times within the following files:

libraries/joomla/application/web/router.php: * @var JInput An input object from which to derive the route.

### boolean A boolean allowing to pass _method as parameter in POST requests

This tag:
* @var boolean A boolean allowing to pass _method as parameter in POST requests
has been used a total of 1 times within the following files:

libraries/joomla/application/web/router/rest.php: * @var boolean A boolean allowing to pass _method as parameter in POST requests

### array An array of HTTP Method => controller suffix pairs for routing the request.

This tag:
* @var array An array of HTTP Method => controller suffix pairs for routing the request.
has been used a total of 1 times within the following files:

libraries/joomla/application/web/router/rest.php: * @var array An array of HTTP Method => controller suffix pairs for routing the request.

### string Controller class name prefix for creating controller objects by name.

This tag:
* @var string Controller class name prefix for creating controller objects by name.
has been used a total of 1 times within the following files:

libraries/joomla/application/web/router.php: * @var string Controller class name prefix for creating controller objects by name.

### string The default page controller name for an empty route.

This tag:
* @var string The default page controller name for an empty route.
has been used a total of 1 times within the following files:

libraries/joomla/application/web/router.php: * @var string The default page controller name for an empty route.

### array An array of flags determining whether or not a detection routine has been run.

This tag:
* @var array An array of flags determining whether or not a detection routine has been run.
has been used a total of 1 times within the following files:

libraries/joomla/application/web/client.php: * @var array An array of flags determining whether or not a detection routine has been run.

### JApplicationWeb The web application on whose behalf we are routing the request.

This tag:
* @var JApplicationWeb The web application on whose behalf we are routing the request.
has been used a total of 1 times within the following files:

libraries/joomla/application/web/router.php: * @var JApplicationWeb The web application on whose behalf we are routing the request.

### array An array of rules, each rule being an associative array(‘regex’=> $regex, ‘vars’ => $vars, ‘controller’ => $controller)

This tag:
* @var array An array of rules, each rule being an associative array(‘regex’=> $regex, ‘vars’ => $vars, ‘controller’ => $controller)
has been used a total of 1 times within the following files:

libraries/joomla/application/web/router/base.php: * @var array An array of rules, each rule being an associative array('regex'=> $regex, 'vars' => $vars, 'controller' => $controller)

### CliOutput The output type.

This tag:
* @var CliOutput The output type.
has been used a total of 1 times within the following files:

libraries/joomla/application/cli.php: * @var CliOutput The output type.

### integer The process id of the daemon.

This tag:
* @var integer The process id of the daemon.
has been used a total of 1 times within the following files:

libraries/joomla/application/daemon.php: * @var integer The process id of the daemon.

### boolean True if the daemon is currently running.

This tag:
* @var boolean True if the daemon is currently running.
has been used a total of 1 times within the following files:

libraries/joomla/application/daemon.php: * @var boolean True if the daemon is currently running.

### SplPriorityQueue

This tag:
* @var SplPriorityQueue
has been used a total of 1 times within the following files:

libraries/joomla/view/html.php: * @var SplPriorityQueue

### integer The parent process id.

This tag:
* @var integer The parent process id.
has been used a total of 1 times within the following files:

libraries/joomla/application/daemon.php: * @var integer The parent process id.

### boolean True if the daemon is in the process of exiting.

This tag:
* @var boolean True if the daemon is in the process of exiting.
has been used a total of 1 times within the following files:

libraries/joomla/application/daemon.php: * @var boolean True if the daemon is in the process of exiting.

### JApplicationCli The application instance.

This tag:
* @var JApplicationCli The application instance.
has been used a total of 1 times within the following files:

libraries/joomla/application/cli.php: * @var JApplicationCli The application instance.

### array The available POSIX signals to be caught by default.

This tag:
* @var array The available POSIX signals to be caught by default.
has been used a total of 1 times within the following files:

libraries/joomla/application/daemon.php: * @var array The available POSIX signals to be caught by default.

### string Value to use at the end of an echoed log entry to separate lines.

This tag:
* @var string Value to use at the end of an echoed log entry to separate lines.
has been used a total of 1 times within the following files:

libraries/joomla/log/logger/echo.php: * @var string Value to use at the end of an echoed log entry to separate lines.

### string The format which each entry follows in the log file. All fields must be

This tag:
* @var string The format which each entry follows in the log file. All fields must be
has been used a total of 1 times within the following files:

libraries/joomla/log/logger/w3c.php: * @var string The format which each entry follows in the log file. All fields must be

### array Query variable hash

This tag:
* @var array Query variable hash
has been used a total of 1 times within the following files:

libraries/joomla/uri/uri.php: * @var array Query variable hash

### array An array of JUri instances.

This tag:
* @var array An array of JUri instances.
has been used a total of 1 times within the following files:

libraries/joomla/uri/uri.php: * @var array An array of JUri instances.

### array The current calculated base url segments.

This tag:
* @var array The current calculated base url segments.
has been used a total of 1 times within the following files:

libraries/joomla/uri/uri.php: * @var array The current calculated base url segments.

### string Anchor

This tag:
* @var string Anchor
has been used a total of 1 times within the following files:

libraries/joomla/uri/uri.php: * @var string Anchor

### string Query

This tag:
* @var string Query
has been used a total of 1 times within the following files:

libraries/joomla/uri/uri.php: * @var string Query

### string Password

This tag:
* @var string Password
has been used a total of 1 times within the following files:

libraries/joomla/uri/uri.php: * @var string Password

### string Path

This tag:
* @var string Path
has been used a total of 1 times within the following files:

libraries/joomla/uri/uri.php: * @var string Path

### array The current calculated root url segments.

This tag:
* @var array The current calculated root url segments.
has been used a total of 1 times within the following files:

libraries/joomla/uri/uri.php: * @var array The current calculated root url segments.

### string The current url.

This tag:
* @var string The current url.
has been used a total of 1 times within the following files:

libraries/joomla/uri/uri.php: * @var string The current url.

### string The context for persistent state.

This tag:
* @var string The context for persistent state.
has been used a total of 1 times within the following files:

administrator/components/com_banners/controllers/tracks.raw.php: * @var string The context for persistent state.

### array JMail instances container.

This tag:
* @var array JMail instances container.
has been used a total of 1 times within the following files:

libraries/joomla/mail/mail.php: * @var array JMail instances container.

### string Charset of the message.

This tag:
* @var string Charset of the message.
has been used a total of 1 times within the following files:

libraries/joomla/mail/mail.php: * @var string Charset of the message.

### /* string The temporary directory where the data will be stored */

This tag:
* @var /* string The temporary directory where the data will be stored */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var string The temporary directory where the data will be stored */

### object form object

This tag:
* @var object form object
has been used a total of 1 times within the following files:

administrator/components/com_users/views/mail/view.html.php: * @var object form object

### array JLanguageStemmer instances.

This tag:
* @var array JLanguageStemmer instances.
has been used a total of 1 times within the following files:

libraries/joomla/language/stemmer.php: * @var array JLanguageStemmer instances.

### array|boolean

This tag:
* @var array|boolean
has been used a total of 1 times within the following files:

libraries/joomla/language/language.php: * @var array|boolean

### string Username

This tag:
* @var string Username
has been used a total of 1 times within the following files:

libraries/joomla/uri/uri.php: * @var string Username

### integer Port

This tag:
* @var integer Port
has been used a total of 1 times within the following files:

libraries/joomla/uri/uri.php: * @var integer Port

### callable The function to call when an entry is added – should return True on success

This tag:
* @var callable The function to call when an entry is added – should return True on success
has been used a total of 1 times within the following files:

libraries/joomla/log/logger/callback.php: * @var callable The function to call when an entry is added - should return True on success

### array Translation array for JLogEntry priorities to SysLog priority names.

This tag:
* @var array Translation array for JLogEntry priorities to SysLog priority names.
has been used a total of 1 times within the following files:

libraries/joomla/log/logger/syslog.php: * @var array Translation array for JLogEntry priorities to SysLog priority names.

### string The name of the database driver to use for connecting to the database.

This tag:
* @var string The name of the database driver to use for connecting to the database.
has been used a total of 1 times within the following files:

libraries/joomla/log/logger/database.php: * @var string The name of the database driver to use for connecting to the database.

### string The full filesystem path for the log file.

This tag:
* @var string The full filesystem path for the log file.
has been used a total of 1 times within the following files:

libraries/joomla/log/logger/formattedtext.php: * @var string The full filesystem path for the log file.

### array The parsed fields from the format string.

This tag:
* @var array The parsed fields from the format string.
has been used a total of 1 times within the following files:

libraries/joomla/log/logger/formattedtext.php: * @var array The parsed fields from the format string.

### resource The file pointer for the log file.

This tag:
* @var resource The file pointer for the log file.
has been used a total of 1 times within the following files:

libraries/joomla/log/logger/formattedtext.php: * @var resource The file pointer for the log file.

### string The format for which each entry follows in the log file. All fields must be named

This tag:
* @var string The format for which each entry follows in the log file. All fields must be named
has been used a total of 1 times within the following files:

libraries/joomla/log/logger/formattedtext.php: * @var string The format for which each entry follows in the log file. All fields must be named

### string The host name (or IP) of the server with which to connect for the logger.

This tag:
* @var string The host name (or IP) of the server with which to connect for the logger.
has been used a total of 1 times within the following files:

libraries/joomla/log/logger/database.php: * @var string The host name (or IP) of the server with which to connect for the logger.

### string The database server user to connect as for the logger.

This tag:
* @var string The database server user to connect as for the logger.
has been used a total of 1 times within the following files:

libraries/joomla/log/logger/database.php: * @var string The database server user to connect as for the logger.

### string Original URI

This tag:
* @var string Original URI
has been used a total of 1 times within the following files:

libraries/joomla/uri/uri.php: * @var string Original URI

### string Protocol

This tag:
* @var string Protocol
has been used a total of 1 times within the following files:

libraries/joomla/uri/uri.php: * @var string Protocol

### string Host

This tag:
* @var string Host
has been used a total of 1 times within the following files:

libraries/joomla/uri/uri.php: * @var string Host

### JDatabaseDriver The database driver object for the logger.

This tag:
* @var JDatabaseDriver The database driver object for the logger.
has been used a total of 1 times within the following files:

libraries/joomla/log/logger/database.php: * @var JDatabaseDriver The database driver object for the logger.

### string The database table to use for logging entries.

This tag:
* @var string The database table to use for logging entries.
has been used a total of 1 times within the following files:

libraries/joomla/log/logger/database.php: * @var string The database table to use for logging entries.

### string The password to use for connecting to the database server.

This tag:
* @var string The password to use for connecting to the database server.
has been used a total of 1 times within the following files:

libraries/joomla/log/logger/database.php: * @var string The password to use for connecting to the database server.

### string The name of the database table to use for the logger.

This tag:
* @var string The name of the database table to use for the logger.
has been used a total of 1 times within the following files:

libraries/joomla/log/logger/database.php: * @var string The name of the database table to use for the logger.

### boolean True if the web client is a robot.

This tag:
* @var boolean True if the web client is a robot.
has been used a total of 1 times within the following files:

libraries/joomla/application/web/client.php: * @var boolean True if the web client is a robot.

### string The web client’s accepted languages string.

This tag:
* @var string The web client’s accepted languages string.
has been used a total of 1 times within the following files:

libraries/joomla/application/web/client.php: * @var string The web client's accepted languages string.

### JMediawikiLinks MediaWiki API object for links.

This tag:
* @var JMediawikiLinks MediaWiki API object for links.
has been used a total of 1 times within the following files:

libraries/joomla/mediawiki/mediawiki.php: * @var JMediawikiLinks MediaWiki API object for links.

### JMediawikiCategories MediaWiki API object for categories.

This tag:
* @var JMediawikiCategories MediaWiki API object for categories.
has been used a total of 1 times within the following files:

libraries/joomla/mediawiki/mediawiki.php: * @var JMediawikiCategories MediaWiki API object for categories.

### JMediawikiImages MediaWiki API object for images.

This tag:
* @var JMediawikiImages MediaWiki API object for images.
has been used a total of 1 times within the following files:

libraries/joomla/mediawiki/mediawiki.php: * @var JMediawikiImages MediaWiki API object for images.

### JMediawikiUsers MediaWiki API object for users.

This tag:
* @var JMediawikiUsers MediaWiki API object for users.
has been used a total of 1 times within the following files:

libraries/joomla/mediawiki/mediawiki.php: * @var JMediawikiUsers MediaWiki API object for users.

### JMediawikiPages MediaWiki API object for pages.

This tag:
* @var JMediawikiPages MediaWiki API object for pages.
has been used a total of 1 times within the following files:

libraries/joomla/mediawiki/mediawiki.php: * @var JMediawikiPages MediaWiki API object for pages.

### /* int The UNIX timestamp of the file’s desired modification date */

This tag:
* @var /* int The UNIX timestamp of the file’s desired modification date */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var int The UNIX timestamp of the file's desired modification date */

### /* string The temporary file path we gave to the unarchiver engine */

This tag:
* @var /* string The temporary file path we gave to the unarchiver engine */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var string The temporary file path we gave to the unarchiver engine */

### JMediawikiSites MediaWiki API object for Site.

This tag:
* @var JMediawikiSites MediaWiki API object for Site.
has been used a total of 1 times within the following files:

libraries/joomla/mediawiki/mediawiki.php: * @var JMediawikiSites MediaWiki API object for Site.

### JMediawikiSearch MediaWiki API object for search.

This tag:
* @var JMediawikiSearch MediaWiki API object for search.
has been used a total of 1 times within the following files:

libraries/joomla/mediawiki/mediawiki.php: * @var JMediawikiSearch MediaWiki API object for search.

### string The raw JSON string from the request.

This tag:
* @var string The raw JSON string from the request.
has been used a total of 1 times within the following files:

libraries/joomla/input/json.php: * @var string The raw JSON string from the request.

### array JSessionStorage instances container.

This tag:
* @var array JSessionStorage instances container.
has been used a total of 1 times within the following files:

libraries/joomla/session/storage.php: * @var array JSessionStorage instances container.

### JSessionStorage

This tag:
* @var JSessionStorage
has been used a total of 1 times within the following files:

libraries/joomla/session/session.php: * @var JSessionStorage

### /* string The current (real) file path we’ll have to process */

This tag:
* @var /* string The current (real) file path we’ll have to process */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var string The current (real) file path we'll have to process */

### /* int The requested permissions */

This tag:
* @var /* int The requested permissions */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var int The requested permissions */

### string Initialisation vector for encryption method.

This tag:
* @var string Initialisation vector for encryption method.
has been used a total of 1 times within the following files:

libraries/joomla/keychain/keychain.php: * @var string Initialisation vector for encryption method.

### JFilterInput

This tag:
* @var JFilterInput
has been used a total of 1 times within the following files:

libraries/joomla/input/input.php: * @var JFilterInput

### string Method to use for encryption.

This tag:
* @var string Method to use for encryption.
has been used a total of 1 times within the following files:

libraries/joomla/keychain/keychain.php: * @var string Method to use for encryption.

### JAdapter

This tag:
* @var JAdapter
has been used a total of 1 times within the following files:

libraries/joomla/base/adapterinstance.php: * @var JAdapter

### string Adapter Class Prefix

This tag:
* @var string Adapter Class Prefix
has been used a total of 1 times within the following files:

libraries/joomla/base/adapter.php: * @var string Adapter Class Prefix

### JFacebookAlbum Facebook API object for album.

This tag:
* @var JFacebookAlbum Facebook API object for album.
has been used a total of 1 times within the following files:

libraries/joomla/facebook/facebook.php: * @var JFacebookAlbum Facebook API object for album.

### JApplicationBase

This tag:
* @var JApplicationBase
has been used a total of 1 times within the following files:

libraries/joomla/controller/base.php: * @var JApplicationBase

### /* integer Current archive part number */

This tag:
* @var /* integer Current archive part number */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var integer Current archive part number */

### JFacebookVideo Facebook API object for video.

This tag:
* @var JFacebookVideo Facebook API object for video.
has been used a total of 1 times within the following files:

libraries/joomla/facebook/facebook.php: * @var JFacebookVideo Facebook API object for video.

### JFacebookPhoto Facebook API object for photo.

This tag:
* @var JFacebookPhoto Facebook API object for photo.
has been used a total of 1 times within the following files:

libraries/joomla/facebook/facebook.php: * @var JFacebookPhoto Facebook API object for photo.

### JFacebookPost Facebook API object for post.

This tag:
* @var JFacebookPost Facebook API object for post.
has been used a total of 1 times within the following files:

libraries/joomla/facebook/facebook.php: * @var JFacebookPost Facebook API object for post.

### JFacebookComment Facebook API object for comment.

This tag:
* @var JFacebookComment Facebook API object for comment.
has been used a total of 1 times within the following files:

libraries/joomla/facebook/facebook.php: * @var JFacebookComment Facebook API object for comment.

### /* int The total size of all archive parts */

This tag:
* @var /* int The total size of all archive parts */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var int The total size of all archive parts */

### /* array List of the names of all archive parts */

This tag:
* @var /* array List of the names of all archive parts */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var array List of the names of all archive parts */

### JInput The input object to use in retrieving GET/POST data.

This tag:
* @var JInput The input object to use in retrieving GET/POST data.
has been used a total of 1 times within the following files:

libraries/joomla/oauth1/client.php: * @var JInput The input object to use in retrieving GET/POST data.

### /* string Archive filename */

This tag:
* @var /* string Archive filename */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var string Archive filename */

### string Selects which version of OAuth to use: 1.0 or 1.0a.

This tag:
* @var string Selects which version of OAuth to use: 1.0 or 1.0a.
has been used a total of 1 times within the following files:

libraries/joomla/oauth1/client.php: * @var string Selects which version of OAuth to use: 1.0 or 1.0a.

### array Contains access token key, secret and verifier.

This tag:
* @var array Contains access token key, secret and verifier.
has been used a total of 1 times within the following files:

libraries/joomla/oauth1/client.php: * @var array Contains access token key, secret and verifier.

### JRegistry Options for the JOAuth1Client object.

This tag:
* @var JRegistry Options for the JOAuth1Client object.
has been used a total of 1 times within the following files:

libraries/joomla/oauth1/client.php: * @var JRegistry Options for the JOAuth1Client object.

### string The source image path.

This tag:
* @var string The source image path.
has been used a total of 1 times within the following files:

libraries/joomla/image/image.php: * @var string The source image path.

### array Whether or not different image formats are supported.

This tag:
* @var array Whether or not different image formats are supported.
has been used a total of 1 times within the following files:

libraries/joomla/image/image.php: * @var array Whether or not different image formats are supported.

### array The array of instantiated archive adapters.

This tag:
* @var array The array of instantiated archive adapters.
has been used a total of 1 times within the following files:

libraries/joomla/archive/archive.php: * @var array The array of instantiated archive adapters.

### /* array The queue size of the $_warnings array. Set to 0 for infinite size. */

This tag:
* @var /* array The queue size of the $_warnings array. Set to 0 for infinite size. */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var array The queue size of the $_warnings array. Set to 0 for infinite size. */

### object The application response object.

This tag:
* @var object The application response object.
has been used a total of 1 times within the following files:

libraries/joomla/application/web.php: * @var object The application response object.

### JApplicationWeb The application instance.

This tag:
* @var JApplicationWeb The application instance.
has been used a total of 1 times within the following files:

libraries/joomla/application/web.php: * @var JApplicationWeb The application instance.

### JRouter

This tag:
* @var JRouter
has been used a total of 1 times within the following files:

libraries/joomla/application/route.php: * @var JRouter

### JSession The application session object.

This tag:
* @var JSession The application session object.
has been used a total of 1 times within the following files:

libraries/joomla/application/web.php: * @var JSession The application session object.

### JLanguage The application language object.

This tag:
* @var JLanguage The application language object.
has been used a total of 1 times within the following files:

libraries/joomla/application/web.php: * @var JLanguage The application language object.

### array A list of the access levels in use.

This tag:
* @var array A list of the access levels in use.
has been used a total of 1 times within the following files:

administrator/components/com_users/models/level.php: * @var array A list of the access levels in use.

### JDocument The application document object.

This tag:
* @var JDocument The application document object.
has been used a total of 1 times within the following files:

libraries/joomla/application/web.php: * @var JDocument The application document object.

### integer The detected platform on which the web client runs.

This tag:
* @var integer The detected platform on which the web client runs.
has been used a total of 1 times within the following files:

libraries/joomla/application/web/client.php: * @var integer The detected platform on which the web client runs.

### boolean True if the web client is a mobile device.

This tag:
* @var boolean True if the web client is a mobile device.
has been used a total of 1 times within the following files:

libraries/joomla/application/web/client.php: * @var boolean True if the web client is a mobile device.

### array The priority order detected accepted encodings for the client.

This tag:
* @var array The priority order detected accepted encodings for the client.
has been used a total of 1 times within the following files:

libraries/joomla/application/web/client.php: * @var array The priority order detected accepted encodings for the client.

### string The web client’s user agent string.

This tag:
* @var string The web client’s user agent string.
has been used a total of 1 times within the following files:

libraries/joomla/application/web/client.php: * @var string The web client's user agent string.

### string The web client’s accepted encoding string.

This tag:
* @var string The web client’s accepted encoding string.
has been used a total of 1 times within the following files:

libraries/joomla/application/web/client.php: * @var string The web client's accepted encoding string.

### array The priority order detected accepted languages for the client.

This tag:
* @var array The priority order detected accepted languages for the client.
has been used a total of 1 times within the following files:

libraries/joomla/application/web/client.php: * @var array The priority order detected accepted languages for the client.

### string The detected browser version used by the web client.

This tag:
* @var string The detected browser version used by the web client.
has been used a total of 1 times within the following files:

libraries/joomla/application/web/client.php: * @var string The detected browser version used by the web client.

### integer The detected rendering engine used by the web client.

This tag:
* @var integer The detected rendering engine used by the web client.
has been used a total of 1 times within the following files:

libraries/joomla/application/web/client.php: * @var integer The detected rendering engine used by the web client.

### integer The detected browser used by the web client.

This tag:
* @var integer The detected browser used by the web client.
has been used a total of 1 times within the following files:

libraries/joomla/application/web/client.php: * @var integer The detected browser used by the web client.

### string The extension name.

This tag:
* @var string The extension name.
has been used a total of 1 times within the following files:

administrator/components/com_finder/helpers/finder.php: * @var string The extension name.

### JDate The body modified date for response headers.

This tag:
* @var JDate The body modified date for response headers.
has been used a total of 1 times within the following files:

libraries/joomla/application/web.php: * @var JDate The body modified date for response headers.

### /* array An array of errors */

This tag:
* @var /* array An array of errors */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var array An array of errors */

### JOpenstreetmapChangesets

This tag:
* @var JOpenstreetmapChangesets
has been used a total of 1 times within the following files:

libraries/joomla/openstreetmap/openstreetmap.php: * @var JOpenstreetmapChangesets

### JOpenstreetmapElements

This tag:
* @var JOpenstreetmapElements
has been used a total of 1 times within the following files:

libraries/joomla/openstreetmap/openstreetmap.php: * @var JOpenstreetmapElements

### /* array The queue size of the $_errors array. Set to 0 for infinite size. */

This tag:
* @var /* array The queue size of the $_errors array. Set to 0 for infinite size. */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var array The queue size of the $_errors array. Set to 0 for infinite size. */

### array List of known legacy packages.

This tag:
* @var array List of known legacy packages.
has been used a total of 1 times within the following files:

libraries/joomla/github/github.php: * @var array List of known legacy packages.

### /* array An array of warnings */

This tag:
* @var /* array An array of warnings */
has been used a total of 1 times within the following files:

administrator/components/com_joomlaupdate/restore.php: /** @var array An array of warnings */

### array List of known packages.

This tag:
* @var array List of known packages.
has been used a total of 1 times within the following files:

libraries/joomla/github/github.php: * @var array List of known packages.

### JOpenstreetmapGps

This tag:
* @var JOpenstreetmapGps
has been used a total of 1 times within the following files:

libraries/joomla/openstreetmap/openstreetmap.php: * @var JOpenstreetmapGps

### JOpenstreetmapInfo

This tag:
* @var JOpenstreetmapInfo
has been used a total of 1 times within the following files:

libraries/joomla/openstreetmap/openstreetmap.php: * @var JOpenstreetmapInfo

### array A list of discovered update sites

This tag:
* @var array A list of discovered update sites
has been used a total of 1 times within the following files:

libraries/joomla/updater/adapters/collection.php: * @var array A list of discovered update sites

### string Character encoding string.

This tag:
* @var string Character encoding string.
has been used a total of 1 times within the following files:

libraries/joomla/application/web.php: * @var string Character encoding string.

### string Response mime type.

This tag:
* @var string Response mime type.
has been used a total of 1 times within the following files:

libraries/joomla/application/web.php: * @var string Response mime type.

### FinderIndexer

This tag:
* @var FinderIndexer
has been used a total of 1 times within the following files:

administrator/components/com_finder/helpers/indexer/adapter.php: * @var FinderIndexer

### FinderIndexerStemmer

This tag:
* @var FinderIndexerStemmer
has been used a total of 1 times within the following files:

administrator/components/com_finder/helpers/indexer/helper.php: * @var FinderIndexerStemmer

### JOpenstreetmapUser

This tag:
* @var JOpenstreetmapUser
has been used a total of 1 times within the following files:

libraries/joomla/openstreetmap/openstreetmap.php: * @var JOpenstreetmapUser

### JUpdater JUpdater instance container.

This tag:
* @var JUpdater JUpdater instance container.
has been used a total of 1 times within the following files:

libraries/joomla/updater/updater.php: * @var JUpdater JUpdater instance container.

### Array

This tag:
* @var Array
has been used a total of 1 times within the following files:

administrator/components/com_cache/models/cache.php: * @var Array
