You are here

public property views_matrix_plugin_style_matrix::$sort_weights in Views Matrix 7

Same name and namespace in other branches
  1. 8 includes/views_matrix_plugin_style_matrix.inc \views_matrix_plugin_style_matrix::sort_weights

The row weights for click sorting.

Maps y field values to their respective "weights" (i.e., values according to which the sorting should be performed).

Set externally to get this configuration into views_matrix_plugin_style_matrix::compareRows().

Type: array

File

includes/views_matrix_plugin_style_matrix.inc, line 24
Class definition for views matrix plugin.

Class

views_matrix_plugin_style_matrix
@class Views Plugin Class

Code

public $sort_weights = array();