Class JDatabaseQueryElement

Description

Query Element Class.

  • since: 11.1

Located in /libraries/joomla/database/query.php (line 19)


	
			
Variable Summary
array $elements
string $glue
string $name
Method Summary
JDatabaseQueryElement __construct (string $name, mixed $elements, [string $glue = ','])
void append (mixed $elements)
string getElements ()
void __clone ()
string __toString ()
Variables
array $elements = null (line 31)
  • var: An array of elements.
  • since: 11.1
  • access: protected
string $glue = null (line 37)
  • var: Glue piece.
  • since: 11.1
  • access: protected
string $name = null (line 25)
  • var: The name of the element.
  • since: 11.1
  • access: protected
Methods
Constructor __construct (line 48)

Constructor.

  • since: 11.1
  • access: public
JDatabaseQueryElement __construct (string $name, mixed $elements, [string $glue = ','])
  • string $name: The name of the element.
  • mixed $elements: String or array.
  • string $glue: The glue for elements.
append (line 85)

Appends element parts to the internal list.

  • since: 11.1
  • access: public
void append (mixed $elements)
  • mixed $elements: String or array.
getElements (line 104)

Gets the elements of this element.

  • since: 11.1
  • access: public
string getElements ()
__clone (line 117)

Method to provide deep copy support to nested objects and arrays when cloning.

  • since: 11.3
  • access: public
void __clone ()
__toString (line 64)

Magic function to convert the query element to a string.

  • since: 11.1
  • access: public
string __toString ()

Documentation generated on Mon, 25 Jun 2012 13:59:01 -0500 by phpDocumentor 1.4.4