Home
last modified time | relevance | path

Searched refs:row_colors (Results 1 – 1 of 1) sorted by relevance

/plugin/structrowcolor/
H A Dstruct.php21 protected $row_colors = []; variable in action_plugin_structrowcolor_struct
83 if (!isset($this->row_colors[$searchConfig_hash])) {
84 $this->row_colors[$searchConfig_hash] = [];
94 $this->row_colors[$searchConfig_hash][$rownum] = $value->getRawValue();
134 $bgcolor = $this->row_colors[$searchConfig_hash][$rownum];