A set that holds rows and columns
Located in /Data/Set.php (line 31)
Xyster_Collection_Abstract | --Xyster_Collection_Set_Abstract | --Xyster_Collection_Set_Sortable | --Xyster_Data_Set
Class | Description |
---|---|
Xyster_Data_Tuple | A set that holds rows and columns |
Xyster_Orm_Set | A set of Xyster_Orm_Entity objects |
Inherited from Xyster_Collection_Abstract
Xyster_Collection_Abstract::$_items
Creates a new data set
Adds an item to the set
This collection doesn't accept duplicate values, and will return false if the provided value is already in the collection.
It can only accept arrays or objects as items, otherwise it will throw a Xyster_Data_Set_Exception.
Adds a column to the set
Perform an aggregate function on a column
Converts an entire column of values to an array
Returns the first column of the first row of a statement
Converts 2 fields into an associative array
Removes elements in the collection based on a criteria
Gets the columns that have been added to the set
Sorts the collection by one or more columns and directions
The $sorts parameter can either be a single Xyster_Data_Sort or an array containing multiple.
Creates the columns for this set from an array or object
Inherited From Xyster_Collection_Set_Sortable
Xyster_Collection_Set_Sortable::__construct()
Xyster_Collection_Set_Sortable::sort()
Inherited From Xyster_Collection_Set_Abstract
Xyster_Collection_Set_Abstract::add()
Inherited From Xyster_Collection_Abstract
Xyster_Collection_Abstract::add()
Xyster_Collection_Abstract::clear()
Xyster_Collection_Abstract::contains()
Xyster_Collection_Abstract::containsAll()
Xyster_Collection_Abstract::containsAny()
Xyster_Collection_Abstract::count()
Xyster_Collection_Abstract::getIterator()
Xyster_Collection_Abstract::isEmpty()
Xyster_Collection_Abstract::merge()
Xyster_Collection_Abstract::remove()
Xyster_Collection_Abstract::removeAll()
Xyster_Collection_Abstract::retainAll()
Xyster_Collection_Abstract::toArray()
Xyster_Collection_Abstract::__toString()
Documentation generated on Mon, 19 May 2008 17:07:35 -0400 by phpDocumentor 1.4.2