XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
__construct ( $name) | |
Constructor. | |
set ( $value) | |
[Abstract] Sets $value as raw value to this property. And the value is defined by the property's type'. | |
get () | |
[Abstract] Gets the value of this property. | |
setValue ( $arg0=null, $arg1=null) | |
getValue ( $arg0=null) | |
isArray () | |
[Abstract] Gets a value indicating whether this object expresses Array. | |
isNull () | |
[Abstract] Gets a value indicating whether this object is null. | |
toNumber () | |
[Abstract] Gets a value as integer. | |
toString () | |
[Abstract] Gets a value as string. | |
toHTML () | |
[Abstract] Gets a value as encoded HTML code. | |
hasFetchControl () | |
[Abstract] Gets a value indicating whether this object has a fetch control. | |
fetch (&$form) | |
Definition at line 15 of file XCube_Property.class.php.
__construct | ( | $name | ) |
Constructor.
string | $name | - A name of this property. |
Reimplemented in XCube_AbstractArrayProperty, XCube_AbstractProperty, XCube_BoolArrayProperty, XCube_FileArrayProperty, XCube_FileProperty, XCube_FloatArrayProperty, XCube_ImageFileArrayProperty, XCube_ImageFileProperty, XCube_IntArrayProperty, XCube_StringArrayProperty, and XCube_TextArrayProperty.
Definition at line 22 of file XCube_Property.class.php.
fetch | ( | & | $form | ) |
[Abstract] Fetches values.
XCube_ActionForm | $form |
Reimplemented in XCube_FileArrayProperty, and XCube_FileProperty.
Definition at line 117 of file XCube_Property.class.php.
get | ( | ) |
[Abstract] Gets the value of this property.
Definition at line 39 of file XCube_Property.class.php.
getValue | ( | $arg0 = null | ) |
hasFetchControl | ( | ) |
[Abstract] Gets a value indicating whether this object has a fetch control.
Reimplemented in XCube_AbstractProperty, XCube_FileArrayProperty, XCube_FileProperty, and XCube_GenericArrayProperty.
Definition at line 108 of file XCube_Property.class.php.
isArray | ( | ) |
[Abstract] Gets a value indicating whether this object expresses Array.
Reimplemented in XCube_AbstractProperty, and XCube_GenericArrayProperty.
Definition at line 67 of file XCube_Property.class.php.
isNull | ( | ) |
[Abstract] Gets a value indicating whether this object is null.
Reimplemented in XCube_AbstractProperty, XCube_FileProperty, and XCube_GenericArrayProperty.
Definition at line 75 of file XCube_Property.class.php.
set | ( | $value | ) |
[Abstract] Sets $value as raw value to this property. And the value is defined by the property's type'.
mixed | $value |
Reimplemented in XCube_AbstractProperty, XCube_BoolProperty, XCube_FloatProperty, XCube_IntProperty, XCube_StringProperty, and XCube_TextProperty.
Definition at line 31 of file XCube_Property.class.php.
setValue | ( | $arg0 = null, | |
$arg1 = null ) |
toHTML | ( | ) |
[Abstract] Gets a value as encoded HTML code.
Reimplemented in XCube_AbstractProperty, and XCube_GenericArrayProperty.
Definition at line 100 of file XCube_Property.class.php.
toNumber | ( | ) |
[Abstract] Gets a value as integer.
Reimplemented in XCube_AbstractProperty, XCube_FileProperty, XCube_GenericArrayProperty, XCube_StringProperty, and XCube_TextProperty.
Definition at line 83 of file XCube_Property.class.php.
toString | ( | ) |
[Abstract] Gets a value as string.
Reimplemented in XCube_AbstractProperty, XCube_FileProperty, and XCube_GenericArrayProperty.
Definition at line 91 of file XCube_Property.class.php.