You are here

public property views_plugin_style_table::$order in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 plugins/views_plugin_style_table.inc \views_plugin_style_table::order

Contains the current active sort order, either desc or asc.

Type: string

File

plugins/views_plugin_style_table.inc, line 25
Definition of views_plugin_style_table.

Class

views_plugin_style_table
Style plugin to render each item as a row in a table.

Code

public $order;