Class JInputFiles

Description

Joomla! Input Files Class

  • since: 11.1

Located in /libraries/joomla/application/input/files.php (line 21)

JInput
   |
   --JInputFiles
Variable Summary
mixed $decodedData
Method Summary
JInputFiles __construct ([array $source = null], [array $options = array()])
array decodeData (array $data)
mixed get (string $name, [mixed $default = null], [string $filter = 'cmd'])
void set (string $name, mixed $value)
Variables
mixed $decodedData = array() (line 23)
  • access: protected

Inherited Variables

Inherited from JInput

JInput::$data
JInput::$filter
JInput::$inputs
JInput::$options
Methods
Constructor __construct (line 33)

Constructor.

  • since: 12.1
  • access: public
JInputFiles __construct ([array $source = null], [array $options = array()])
  • array $source: Ignored.
  • array $options: Array of configuration parameters (Optional)

Redefinition of:
JInput::__construct()
Constructor.
decodeData (line 91)

Method to decode a data array.

  • since: 11.1
  • access: protected
array decodeData (array $data)
  • array $data: The data array to decode.
get (line 62)

Gets a value from the input data.

  • return: The filtered input value.
  • since: 11.1
  • access: public
mixed get (string $name, [mixed $default = null], [string $filter = 'cmd'])
  • string $name: Name of the value to get.
  • mixed $default: Default value to return if variable does not exist.
  • string $filter: Filter to apply to the value.

Redefinition of:
JInput::get()
Gets a value from the input data.
set (line 117)

Sets a value

  • since: 11.1
  • access: public
void set (string $name, mixed $value)
  • string $name: Name of the value to set.
  • mixed $value: Value to assign to the input.

Redefinition of:
JInput::set()
Sets a value

Inherited Methods

Inherited From JInput

JInput::__construct()
JInput::def()
JInput::get()
JInput::getArray()
JInput::getMethod()
JInput::set()
JInput::__call()
JInput::__get()

Documentation generated on Mon, 25 Jun 2012 13:54:45 -0500 by phpDocumentor 1.4.4