Source for file json.php
Documentation is available at json.php
* @package Joomla.Platform
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
* Joomla! Input JSON Class
* This class decodes a JSON string from the raw request data and makes it available via
* the standard JInput interface.
* @package Joomla.Platform
* @var string The raw JSON string from the request.
* @param array $source Source data (Optional, default is the raw HTTP input decoded from JSON)
* @param array $options Array of configuration parameters (Optional)
public function __construct(array $source =
null, array $options =
array())
if (isset
($options['filter']))
$this->filter =
$options['filter'];
// Set the options for the class.
* Gets the raw JSON string from the request.
* @return string The raw JSON string from the request.
Documentation generated on Tue, 19 Nov 2013 15:06:18 +0100 by phpDocumentor 1.4.3