XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
XCube_BoolArrayProperty Class Reference

Represents bool[] property. XCube_GenericArrayProperty<XCube_BoolProperty>. More...

Inheritance diagram for XCube_BoolArrayProperty:
XCube_GenericArrayProperty XCube_PropertyInterface

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>
 

Detailed Description

Represents bool[] property. XCube_GenericArrayProperty<XCube_BoolProperty>.

See also
XCube_BoolProperty

Definition at line 451 of file XCube_Property.class.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( $name)

Constructor.

Parameters
string$name- A name of this property.

Reimplemented from XCube_PropertyInterface.

Definition at line 452 of file XCube_Property.class.php.


The documentation for this class was generated from the following file: