Method | Description | |
---|---|---|
__get ( string $name ) : mixed | Magic function __get returns properties for this object, or passes it on to the parent class Potential valid properties: tmp_file: The uploaded file | |
get ( boolean $forvalidation = true ) | Return the HTML construction of the control, after changing the encoding of the parent form to allow for file uploads. | |
save ( string $storage = null ) | Store this control's value under the control's specified key. |