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'. | |
Public Member Functions inherited from XCube_AbstractProperty | |
| __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. | |
Public Member Functions inherited from XCube_PropertyInterface | |
| get () | |
| [Abstract] Gets the value of this property. | |
| setValue ( $arg0=null, $arg1=null) | |
| getValue ( $arg0=null) | |
| fetch (&$form) | |
Additional Inherited Members | |
Data Fields inherited from XCube_AbstractProperty | |
| $mName | |
| string | |
| $mValue | |
| string | |
Represents bool property.
| 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.