Back to Files class

Method set

public void
set
(mixed $name, mixed $value)
Sets a value.
Parameters
  • string $name The name of the input property to set.
  • mixed $value The value to assign to the input property.
Returns
  • void
Since
  • 1.7.0
Deprecated
  • 5.0
Class: Files
Project: Joomla

Method set - Source code

/**
 * Sets a value.
 *
 * @param   string  $name   The name of the input property to set.
 * @param   mixed   $value  The value to assign to the input property.
 *
 * @return  void
 *
 * @since   1.7.0
 * @deprecated  5.0  Use Joomla\Input\Files instead
 */
public function set($name, $value)
{
}