Home
last modified time | relevance | path

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

/plugin/button/
H A Dsyntax.php108 protected $confStyles;
129 if ($this->confStyles === null) {
130 $this->confStyles = array();
151 $this->confStyles[trim($style[0])] = trim($style[1]);
154 //dbg($this->confStyles);
159 if (!isset($this->confStyles[$name]))
162 return $this->confStyles[$name];
164 return $this->confStyles;
80 protected $confStyles; global() variable in syntax_plugin_button