HTML_QuickForm_text::setMaxlength()

HTML_QuickForm_text::setMaxlength() -- Sets maxlength of text field

Synopsis

Описание

This is just a shortcut for

$element->updateAttributes(array('maxlength' => $maxlength));

Параметр

string $maxlength

Maximum length of text field

Throws

throws no exceptions thrown

Заметка

since 1.3

Эта функция не должна вызываться статически.

    Поддержать сайт на родительском проекте КГБ