API17

API17:JForm::setValue

From Joomla! Documentation

Joomla 11.1 JForm::setValue

Description

Method to set the value of a field.


public function setValue (
        $name
        $group=null
        $value=null
)
Parameter Type Default Description
$name
$group null
$value null
  • Returns
  • Defined on line 948 of libraries/joomla/form/form.php

See also


User contributed notes

Code Examples