JInputFiles::set
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JInputFiles::set[edit]
Description[edit]
Sets a value.
public function set (
$name
$value
)
Parameter | Type | Default | Description |
---|---|---|---|
$name | string | Name of the value to set. | |
$value | mixed | Value to assign to the input. |
See also[edit]
- JInputFiles::set source code on BitBucket
- Class JInputFiles
- Subpackage Application
- Other versions of JInputFiles::set
User contributed notes[edit]
Code Examples[edit]