XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Represents float[] property. XCube_GenericArrayProperty<XCube_FloatProperty>. More...
Public Member Functions | |
__construct ( $name) | |
Constructor. | |
![]() | |
__construct ( $classname, $name) | |
Constructor. | |
set ( $arg1, $arg2=null) | |
Sets a value. And the value is casted by the property's type'. | |
add ( $arg1, $arg2=null) | |
_set ( $index, $value) | |
This member function helps set(). | |
get ( $index=null) | |
Gets values of this property. | |
reset () | |
Resets all properties of this. | |
isArray () | |
Gets a value indicating whether this object expresses Array. | |
isNull () | |
Gets a value indicating whether this object is null. | |
toNumber () | |
Gets a value as integer — but, gets null always. | |
toString () | |
Gets a value as string — but, gets 'Array' always. | |
toHTML () | |
Gets a value as encoded HTML code — but, gets 'Array' always. | |
hasFetchControl () | |
Gets a value indicating whether this object has a fetch control. | |
![]() | |
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) | |
fetch (&$form) | |
Additional Inherited Members | |
![]() | |
$mName | |
string | |
$mProperties = [] | |
XCube_AbstractProperty[] - std::map<mixed_key, mixed_value> | |
$mPropertyClassName | |
string - <T> | |
Represents float[] property. XCube_GenericArrayProperty<XCube_FloatProperty>.
Definition at line 493 of file XCube_Property.class.php.
__construct | ( | $name | ) |
Constructor.
string | $name | - A name of this property. |
Reimplemented from XCube_PropertyInterface.
Definition at line 494 of file XCube_Property.class.php.