column_name = $column_name; $this->sort_order = $sort_order; } function toString(){ return $this->column_name . ' ' . $this->sort_order; } } ?>