HTML_QuickForm_image::setSource() -- Sets source for image element
Описание
This is just a shortcut for
$element->updateAttributes(array('src' => $src)); |
Параметр
- string
$src
source for image element
Throws
throws no exceptions thrown
Заметка
since 1.0
Эта функция не должна вызываться статически.
HIVE: All information for read only. Please respect copyright! |
|