Class JInputJSON

Description

Joomla! Input JSON Class

This class decodes a JSON string from the raw request data and makes it available via the standard JInput interface.

  • since: 12.2

Located in /libraries/joomla/input/json.php (line 22)

JInput
   |
   --JInputJSON
Method Summary
 JInputJSON __construct ([array $source = null], [array $options = array()])
 string getRaw ()
Variables
Methods
Constructor __construct (line 38)

Constructor.

  • since: 12.2
  • access: public
JInputJSON __construct ([array $source = null], [array $options = array()])
  • array $source: Source data (Optional, default is the raw HTTP input decoded from JSON)
  • array $options: Array of configuration parameters (Optional)

Redefinition of:
JInput::__construct()
Constructor.
getRaw (line 70)

Gets the raw JSON string from the request.

  • return: The raw JSON string from the request.
  • since: 12.2
  • access: public
string getRaw ()

Inherited Methods

Inherited From JInput

 JInput::__construct()
 JInput::count()
 JInput::def()
 JInput::get()
 JInput::getArray()
 JInput::getMethod()
 JInput::loadAllInputs()
 JInput::serialize()
 JInput::set()
 JInput::unserialize()
 JInput::__call()
 JInput::__get()

Documentation generated on Tue, 19 Nov 2013 15:06:18 +0100 by phpDocumentor 1.4.3