XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Represents bool property. More...
Public Member Functions | |
set ( $value) | |
Sets $value as raw value to this property. And the value is casted by the property's type'. | |
![]() | |
__construct ( $name) | |
Constructor. | |
get ( $index=null) | |
Gets the value of this property. | |
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. | |
toString () | |
Gets a value as string. | |
toHTML () | |
Gets a value as encoded HTML code. | |
hasFetchControl () | |
Gets a value indicating whether this object has a fetch control. | |
![]() | |
get () | |
[Abstract] Gets the value of this property. | |
setValue ( $arg0=null, $arg1=null) | |
getValue ( $arg0=null) | |
fetch (&$form) | |
Additional Inherited Members | |
![]() | |
$mName | |
string | |
$mValue | |
string | |
Represents bool property.
Definition at line 440 of file XCube_Property.class.php.
set | ( | $value | ) |
Sets $value as raw value to this property. And the value is casted by the property's type'.
mixed | $value |
Reimplemented from XCube_AbstractProperty.
Definition at line 441 of file XCube_Property.class.php.