Represents the special property which handles uploaded file. More...
Public Member Functions | |
| __construct ( $name) | |
| Constructor. | |
| hasFetchControl () | |
| Gets a value indicating whether this object has a fetch control. | |
| fetch (&$form) | |
| isNull () | |
| Gets a value indicating whether this object is null. | |
| toString () | |
| Gets a value as string. | |
| toNumber () | |
| Gets a value as integer. | |
Public Member Functions inherited from XCube_AbstractProperty | |
| set ( $value) | |
| Sets $value as raw value to this property. And the value is casted by the property's type'. | |
| get ( $index=null) | |
| Gets the value of this property. | |
| isArray () | |
| Gets a value indicating whether this object expresses Array. | |
| toHTML () | |
| Gets a value as encoded HTML code. | |
Public Member Functions inherited from XCube_PropertyInterface | |
| get () | |
| [Abstract] Gets the value of this property. | |
| setValue ( $arg0=null, $arg1=null) | |
| getValue ( $arg0=null) | |
Data Fields | |
| $mIndex | |
| mixed - ID for XCube_FileArrayProperty. | |
Data Fields inherited from XCube_AbstractProperty | |
| $mName | |
| string | |
| $mValue | |
| string | |
Represents the special property which handles uploaded file.
| __construct | ( | $name | ) |
Constructor.
| string | $name | - A name of this property. |
Reimplemented from XCube_AbstractProperty.
Reimplemented in XCube_ImageFileProperty.
| fetch | ( | & | $form | ) |
[Abstract] Fetches values.
| XCube_ActionForm | $form |
Reimplemented from XCube_PropertyInterface.
| hasFetchControl | ( | ) |
Gets a value indicating whether this object has a fetch control.
Reimplemented from XCube_AbstractProperty.
| isNull | ( | ) |
Gets a value indicating whether this object is null.
Reimplemented from XCube_AbstractProperty.
| toNumber | ( | ) |
| toString | ( | ) |
| $mIndex |
mixed - ID for XCube_FileArrayProperty.
friend XCube_FileArrayProperty;