Home
last modified time | relevance | path

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

/plugin/autogroup/
H A Daction.php34 protected $_group_cfg = null; // The group management rules variable in action_plugin_autogroup
44 $this->_group_cfg = array();
47 $this->_group_cfg[$key][]=$set;
49 $this->_disabled = ( !$this->_add && !$this->_remove ) || count($this->_group_cfg)==0;
115 foreach ($this->_group_cfg as $group=>$lines){