Lines Matching refs:icon
30 list(, $value, $color, $icon) = json_decode($value);
33 $R->doc .= $this->xhtmlStatus($value, $color, $icon);
46 * @param string $icon
52 … public function xhtmlStatus($label, $color, $icon='', $rid = 0, $classes=array(), $button=false) { argument
55 if($icon) $classes[] = 'struct_status_icon_'.$icon;
61 $html .= $this->inlineSVG($icon);
71 * @param string $icon The icon identifier (no .svg extension)
74 protected function inlineSVG($icon) { argument
75 $icon = preg_replace('@[\.\\\\/]+@', '', $icon);
76 $file = __DIR__ . '/svg/' . $icon . '.svg';
168 $icon = $status[2]->getValue();