|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Represents string[] property which allows CR and LF. XCube_GenericArrayProperty<XCube_TextProperty>. More...
Public Member Functions | |
| __construct ( $name) | |
| Constructor. | |
Public Member Functions inherited from XCube_GenericArrayProperty | |
| __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. | |
Public Member Functions inherited from XCube_PropertyInterface | |
| 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 | |
Data Fields inherited from XCube_GenericArrayProperty | |
| $mName | |
| string | |
| $mProperties = [] | |
| XCube_AbstractProperty[] - std::map<mixed_key, mixed_value> | |
| $mPropertyClassName | |
| string - <T> | |
Represents string[] property which allows CR and LF. XCube_GenericArrayProperty<XCube_TextProperty>.
Definition at line 561 of file XCube_Property.class.php.
| __construct | ( | $name | ) |
Constructor.
| string | $name | - A name of this property. |
Reimplemented from XCube_PropertyInterface.
Definition at line 562 of file XCube_Property.class.php.