◆ __construct()
__construct |
( |
|
$name, |
|
|
|
$elements, |
|
|
|
$glue = ',' |
|
) |
| |
Constructor.
- Paramètres
-
string | $name | The name of the element. |
mixed | $elements | String or array. |
string | $glue | The glue for elements. |
- Depuis
- 1.7.0
Références $name, et name.
◆ __clone()
Method to provide deep copy support to nested objects and arrays when cloning.
- Renvoie
- void
- Depuis
- 1.7.3
◆ __toString()
Magic function to convert the query element to a string.
- Renvoie
- string
- Depuis
- 1.7.0
Références name.
◆ append()
◆ getElements()
Gets the elements of this element.
- Renvoie
- array
- Depuis
- 1.7.0
◆ setName()
Sets the name of this element.
- Paramètres
-
string | $name | Name of the element. |
- Renvoie
- JDatabaseQueryElement Returns this object to allow chaining.
- Depuis
- 3.6
Références $name, et name.
◆ $elements
◆ $glue
◆ $name
La documentation de cette classe a été générée à partir du fichier suivant :