XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
This is extended XCube_FileProperty and limits uploaded files by image files. 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. | |
![]() | |
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. | |
![]() | |
get () | |
[Abstract] Gets the value of this property. | |
setValue ( $arg0=null, $arg1=null) | |
getValue ( $arg0=null) | |
Additional Inherited Members | |
![]() | |
$mIndex | |
mixed - ID for XCube_FileArrayProperty. | |
![]() | |
$mName | |
string | |
$mValue | |
string | |
This is extended XCube_FileProperty and limits uploaded files by image files.
Definition at line 655 of file XCube_Property.class.php.
__construct | ( | $name | ) |
Constructor.
string | $name | - A name of this property. |
Reimplemented from XCube_FileProperty.
Definition at line 656 of file XCube_Property.class.php.