Todo List
Sort Info Config Object for SortInfo property in PhpExt_Data_Store
Located in /PhpExt/Data/SortInfoConfigObject.php [line 26]
PhpExt_Object | --PhpExt_Config_ConfigObject | --PhpExt_Data_SortInfoConfigObject
Methods
Inherited From PhpExt_Config_ConfigObject
PhpExt_Config_ConfigObject::$_options
Inherited From PhpExt_Object
PhpExt_Object::$_extClassName PhpExt_Object::$_extConfigProperties PhpExt_Object::$_validExtConfigProperties PhpExt_Object::$_varName
PhpExt_Config_ConfigObject::__construct() PhpExt_Config_ConfigObject::getJavascript()
PhpExt_Object::__construct() PhpExt_Object::addValidConfigProperties() PhpExt_Object::createMethodSignature() PhpExt_Object::getConfigParams() PhpExt_Object::getExtConfigProperty() PhpExt_Object::getJavascript() PhpExt_Object::getMethodInvokeStm() PhpExt_Object::isExtObject() PhpExt_Object::paramToString() PhpExt_Object::setExtClassInfo() PhpExt_Object::setExtConfigProperty() PhpExt_Object::__get() PhpExt_Object::__set()
PhpExt_Data_SortInfoConfigObject __construct( $fieldName, [ $direction = PhpExt_Data_SortInfoConfigObject::SORT_DIR_ASC] )
string getDirection( )
string getField( )
The field name to which this sorting applies.
PhpExt_Data_SortInfoConfigObject setDirection( string $value )
Sort direction. it can be either PhpExt_Data_SortInfoConfigObject::ASC or PhpExt_Data_SortInfoConfigObject::DESC
PhpExt_Data_SortInfoConfigObject setField( string $value )