Class JQueryElement

Description

Class JQueryElement

  • since: 1.1

Located in /database/query.php (line 151)


	
			
Variable Summary
 array $_elements
 string $_glue
 string $_name
Method Summary
 JQueryElement JQueryElement (string $name, mixed $elements, [string $glue = ','])
 void append (mixed $elements)
 string toString ()
Variables
array $_elements = null (line 156)
  • var: An array of elements
string $_glue = null (line 158)
  • var: Glue piece
string $_name = null (line 154)
  • var: The name of the element
Methods
Constructor JQueryElement (line 166)

Constructor

JQueryElement JQueryElement (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 177)

Appends element parts to the internal list

void append (mixed $elements)
  • mixed $elements: String or array
toString (line 189)

Render the query element

string toString ()

Documentation generated on Sat, 4 Feb 2006 14:26:12 +0100 by phpDocumentor 1.3.0RC4