Searched refs:confStyles (Results 1 – 1 of 1) sorted by relevance
108 protected $confStyles; variable in syntax_plugin_button129 if ($this->confStyles === null) {130 $this->confStyles = array();151 $this->confStyles[trim($style[0])] = trim($style[1]);159 if (!isset($this->confStyles[$name]))162 return $this->confStyles[$name];164 return $this->confStyles;