Inherited by XCube_BoolProperty, XCube_FileProperty, XCube_FloatProperty, XCube_IntProperty, XCube_StringProperty, and XCube_TextProperty.
Inheritance diagram for XCube_AbstractProperty:
Public Member Functions | |
set ($value) | |
isArray () | |
isNull () | |
toNumber () | |
toString () | |
toHTML () | |
hasFetchControl () |
XCube_AbstractProperty::set | ( | $ | value | ) |
Sets $value.
mixed | $value |
Reimplemented from XCube_PropertyInterface.
Reimplemented in XCube_StringProperty, and XCube_TextProperty.
XCube_AbstractProperty::isArray | ( | ) |
Gets a value indicating whether this object expresses Array.
Reimplemented from XCube_PropertyInterface.
XCube_AbstractProperty::isNull | ( | ) |
Gets a value indicating whether this object is null.
Reimplemented from XCube_PropertyInterface.
XCube_AbstractProperty::toNumber | ( | ) |
Gets a value as integer.
Reimplemented from XCube_PropertyInterface.
Reimplemented in XCube_StringProperty, and XCube_TextProperty.
XCube_AbstractProperty::toString | ( | ) |
XCube_AbstractProperty::toHTML | ( | ) |
Gets a value as encoded HTML code.
Reimplemented from XCube_PropertyInterface.
XCube_AbstractProperty::hasFetchControl | ( | ) |
Gets a value indicating whether this object has a fetch control.
Reimplemented from XCube_PropertyInterface.