Please note: This website includes an accessibility system. Press Control-F11 to adjust the website to people with visual disabilities who are using a screen reader; Press Control-F10 to open an accessibility menu.
There is official documentation 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.
/* 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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
/* 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:
/* 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:
/* 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:
/* 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:
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:
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:
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:
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:
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:
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:
/* 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:
Get web hosting that grows with your business. Our all-in-one hosting platform gives you everything your website needs to scale - so you can focus on the next big thing for you and your business.