Query Element Class.
- Depuis
- 1.0
◆ __construct()
__construct |
( |
|
$name, |
|
|
|
$elements, |
|
|
|
$glue = ',' |
|
) |
| |
◆ __clone()
Method to provide basic copy support.
Any object pushed into the data of this class should have its own __clone() implementation. This method does not support copying objects in a multidimensional array.
- Renvoie
- void
- Depuis
- 1.0
Références $i, $this, et elseif.
◆ __toString()
Magic function to convert the query element to a string.
- Renvoie
- string
- Depuis
- 1.0
Références name.
◆ append()
◆ getElements()
◆ getGlue()
Gets the glue of this element.
- Renvoie
- string Glue of the element.
- Depuis
- 2.0.0
Références QueryElement\$glue.
◆ getName()
Gets the name of this element.
- Renvoie
- string Name of the element.
- Depuis
- 1.7.0
Références QueryElement\$name.
◆ setName()
Sets the name of this element.
- Paramètres
-
string | $name | Name of the element. |
- Renvoie
- $this
- Depuis
- 1.3.0
Références QueryElement\$name, $this, et name.
◆ $elements
◆ $glue
◆ $name
La documentation de cette classe a été générée à partir du fichier suivant :