views_plugin_style_table::$order

Same name in other branches
  1. 7.x-3.x 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 24

Class

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

Code

public $order;