InputWidgetFileBase Class Reference
[View]
A file input. More...
Inheritance diagram for
InputWidgetFileBase:
Protected Member Functions |
|
| render_input ($attrs, $params, $name, $title, $value, $policy) | |
| Render the actual widget. |
|
Detailed Description
A file input.
Definition at line 8 of file file.input.widget.php.
Member Function Documentation
| InputWidgetFileBase::render_input | ( | $ | attrs, | |
| $ | params, | |||
| $ | name, | |||
| $ | title, | |||
| $ | value, | |||
| $ | policy | |||
| ) | [protected] |
Render the actual widget.
Reimplemented from InputWidgetBaseBase.
Definition at line 12 of file file.input.widget.php.
00012 { 00013 return html::input('file', $name, $attrs); 00014 }
The documentation for this class was generated from the following file:
- gyro/core/view/widgets/input/base/file.input.widget.php
