Inherited by XCube_AbstractArrayProperty, XCube_BoolArrayProperty, XCube_FileArrayProperty, XCube_FloatArrayProperty, XCube_IntArrayProperty, XCube_StringArrayProperty, and XCube_TextArrayProperty.
Inheritance diagram for XCube_GenericArrayProperty:
Public Member Functions | |
| set ($arg1, $arg2=null) | |
| _set ($index, $value) | |
| isArray () | |
| isNull () | |
| toNumber () | |
| toString () | |
| toHTML () | |
| hasFetchControl () | |
| XCube_GenericArrayProperty::set | ( | $ | arg1, | |
| $ | arg2 = null | |||
| ) |
Sets a value. This member function has two signatures. If $arg1 is array, this fetches values from the array.
| XCube_GenericArrayProperty::_set | ( | $ | index, | |
| $ | value | |||
| ) |
This member function helps set(). private
| string | $index | |
| mixed | $value |
| XCube_GenericArrayProperty::isArray | ( | ) |
Gets a value indicating whether this object expresses Array.
Reimplemented from XCube_PropertyInterface.
| XCube_GenericArrayProperty::isNull | ( | ) |
Gets a value indicating whether this object is null.
Reimplemented from XCube_PropertyInterface.
| XCube_GenericArrayProperty::toNumber | ( | ) |
| XCube_GenericArrayProperty::toString | ( | ) |
| XCube_GenericArrayProperty::toHTML | ( | ) |
Gets a value as encoded HTML code.
Reimplemented from XCube_PropertyInterface.
| XCube_GenericArrayProperty::hasFetchControl | ( | ) |
Gets a value indicating whether this object has a fetch control.
Reimplemented from XCube_PropertyInterface.
1.5.1