Liste de tous les membres
Documentation des constructeurs et destructeur
JDatabaseQueryElement::__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:
- 11.1
Références $name.
Documentation des fonctions membres
JDatabaseQueryElement::__clone |
( |
| ) |
|
Method to provide deep copy support to nested objects and arrays when cloning.
- Renvoie:
- void
- Depuis:
- 11.3
JDatabaseQueryElement::__toString |
( |
| ) |
|
Magic function to convert the query element to a string.
- Renvoie:
- string
- Depuis:
- 11.1
JDatabaseQueryElement::append |
( |
|
$elements | ) |
|
Appends element parts to the internal list.
- Paramètres:
-
mixed | $elements | String or array. |
- Renvoie:
- void
- Depuis:
- 11.1
JDatabaseQueryElement::getElements |
( |
| ) |
|
Gets the elements of this element.
- Renvoie:
- string
- Depuis:
- 11.1
Documentation des données membres
JDatabaseQueryElement::$elements = null |
|
protected |
JDatabaseQueryElement::$glue = null |
|
protected |
JDatabaseQueryElement::$name = null |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :