Class Xyster_Data_Sort

Description

Implements interfaces:

A struct that holds a field and a direction

  • copyright: Copyright (c) 2007-2008 Irrational Logic (http://irrationallogic.net)
  • license: New BSD License

Located in /Data/Sort.php (line 28)


	
			
Method Summary
static Xyster_Data_Sort asc (string $field)
static Xyster_Data_Sort desc (string $field)
string getDirection ()
string __toString ()
Methods
static method asc (line 95)

Create a new ascending sort for the column specified

  • access: public
static Xyster_Data_Sort asc (string $field)
  • string $field
static method desc (line 106)

Create a new descending Sort for the column specified

  • access: public
static Xyster_Data_Sort desc (string $field)
  • string $field
getDirection (line 73)

Gets the sort direction

  • access: public
string getDirection ()
getField (line 63)

Gets the field

  • access: public
Xyster_Data_Field getField ()
__toString (line 84)

Returns the string syntax for this Sort

  • magic:
  • access: public
string __toString ()

Implementation of:
Xyster_Data_Symbol::__toString()
Gets the string representation of this object

Documentation generated on Mon, 19 May 2008 17:07:36 -0400 by phpDocumentor 1.4.2