Implements interfaces:
A Junction is an infix expression of Xyster_Data_Criterion objects
A typical example of a junction is a SQL where clause:
Located in /Data/Junction.php (line 35)
Xyster_Data_Criterion | --Xyster_Data_Junction
The criteria in the junction (an array of Xyster_Data_Criterion)
The operator ('AND' or 'OR')
Create a new 'AND' junction, i.e. ( x AND y )
Create a new 'OR' junction, i.e. ( x OR y )
Creates a new junction
Adds a Criterion to this Junction
Gets the number of entries in the clause
Evaluates the Junction for a given object
Gets the iterator for this clause
Gets the Junction operator
Converts the clause into an array of its symbols
Returns the string syntax for this Junction
Inherited From Xyster_Data_Criterion
Xyster_Data_Criterion::evaluate()
Xyster_Data_Criterion::fromArray()
Xyster_Data_Criterion::getFields()
Xyster_Data_Criterion::_getFields()
Documentation generated on Mon, 19 May 2008 17:07:25 -0400 by phpDocumentor 1.4.2