.

InputWidgetFileBase Class Reference
[View]

A file input. More...

Inheritance diagram for InputWidgetFileBase:
InputWidgetBase InputWidgetBaseBase IWidget IRenderer InputWidgetFile

List of all members.

Protected Member Functions

  render_input ($attrs, $params, $name, $title, $value, $policy)
  Render the actual widget.

Detailed Description

A file input.

Author:
Gerd Riesselmann

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: