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) | |
__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.
fetch | ( | & | $form | ) |
[Abstract] Fetches values.
XCube_ActionForm | $form |
Reimplemented in XCube_FileArrayProperty, and XCube_FileProperty.
get | ( | ) |
[Abstract] Gets the value of this property.
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.
isArray | ( | ) |
[Abstract] Gets a value indicating whether this object expresses Array.
Reimplemented in XCube_AbstractProperty, and XCube_GenericArrayProperty.
isNull | ( | ) |
[Abstract] Gets a value indicating whether this object is null.
Reimplemented in XCube_AbstractProperty, XCube_FileProperty, and XCube_GenericArrayProperty.
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.
setValue | ( | $arg0 = null, | |
$arg1 = null ) |
null | $arg0 | |
null | $arg1 |
toHTML | ( | ) |
[Abstract] Gets a value as encoded HTML code.
Reimplemented in XCube_AbstractProperty, and XCube_GenericArrayProperty.
toNumber | ( | ) |
[Abstract] Gets a value as integer.
Reimplemented in XCube_AbstractProperty, XCube_FileProperty, XCube_GenericArrayProperty, XCube_StringProperty, and XCube_TextProperty.
toString | ( | ) |
[Abstract] Gets a value as string.
Reimplemented in XCube_AbstractProperty, XCube_FileProperty, and XCube_GenericArrayProperty.