Lines Matching refs:groupName
1880 public function getGroup($groupName) { argument
1881 return $this->groups[$groupName];
1884 public function pushGroup($groupName) { argument
1885 if (!isset($this->groups[$groupName])) {
1886 $this->groups[$groupName] = array();
1887 $this->options[$groupName] = array();
1890 $this->groupStack[] = $groupName;
1891 $this->curGroup = $groupName;
1915 foreach($this->groups as $groupName => $objects) {
1916 $out .= "<g id=\"{$groupName}\" ";
1917 foreach ($this->options[$groupName] as $opt => $val) {