|
| | __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) |
| |
◆ __construct()
The documentation for this class was generated from the following file:
- C:/Ampps/www/legacy250/html/core/XCube_Property.class.php