Skip to content

Commit

Permalink
Merge pull request joomla#978 from elkuku/magic
Browse files Browse the repository at this point in the history
Magic
  • Loading branch information
chdemko committed Mar 11, 2012
2 parents 7317369 + 068c5bd commit 11b7705
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions libraries/joomla/application/web/client.php
Expand Up @@ -12,6 +12,18 @@
/**
* Class to model a Web Client.
*
* @property-read integer $platform The detected platform on which the web client runs.
* @property-read boolean $mobile True if the web client is a mobile device.
* @property-read integer $engine The detected rendering engine used by the web client.
* @property-read integer $browser The detected browser used by the web client.
* @property-read string $browserVersion The detected browser version used by the web client.
* @property-read array $languages The priority order detected accepted languages for the client.
* @property-read array $encodings The priority order detected accepted encodings for the client.
* @property-read string $userAgent The web client's user agent string.
* @property-read string $acceptEncoding The web client's accepted encoding string.
* @property-read string $acceptLanguage The web client's accepted languages string.
* @property-read array $detection An array of flags determining whether or not a detection routine has been run.
*
* @package Joomla.Platform
* @subpackage Application
* @since 12.1
Expand Down
2 changes: 2 additions & 0 deletions libraries/joomla/crypt/key.php
Expand Up @@ -12,6 +12,8 @@
/**
* Encryption key object for the Joomla Platform.
*
* @property-read string $type The key type.
*
* @package Joomla.Platform
* @subpackage Crypt
* @since 12.1
Expand Down
4 changes: 4 additions & 0 deletions libraries/joomla/database/query.php
Expand Up @@ -12,6 +12,10 @@
/**
* Query Element Class.
*
* @property-read string $name The name of the element.
* @property-read array $elements An array of elements.
* @property-read string $glue Glue piece.
*
* @package Joomla.Platform
* @subpackage Database
* @since 11.1
Expand Down

0 comments on commit 11b7705

Please sign in to comment.