HTML_QuickForm_element::setName()

HTML_QuickForm_element::setName() -- Sets the input field name

Synopsis

require_once 'HTML/QuickForm/element.php';

void HTML_QuickForm_element::setName (string $name)

Descripción

Este paquete no está documentado todavía.

Parámetro

string $name

Input field name attribute

Lanza

throws no exceptions thrown

Ver

see getName().

Nota

since 1.0

Esta función no puede ser llamada estáticamente.