\JDatabaseQueryElementInspector
Class to expose protected properties and methods in JDatabaseQueryExporter for testing purposes.
Synopsis
class JDatabaseQueryElementInspector
extends JDatabaseQueryElement
{
- // Inherited members from JDatabaseQueryElement
- protected $name;
- protected $elements;
- protected $glue;
- // Inherited methods from JDatabaseQueryElement
- public void __construct()
- public string __toString()
- public void append()
- public array getElements()
- public void __clone()
Hierarchy
Extends
Members
protected
- $elements — array
- $glue — string
- $name — string
Methods
public
Inherited from JDatabaseQueryElement
public
- __clone() — Method to provide deep copy support to nested objects and arrays when cloning.
- __toString() — Magic function to convert the query element to a string.
- append() — Appends element parts to the internal list.
- getElements() — Gets the elements of this element.