Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/exception/
H A DGroup.php54 protected $_group = null; variable in Hoa\\Exception\\Group
73 $this->_group = new \SplStack();
127 if (1 >= count($this->_group)) {
131 $this->_group->pop();
144 $this->_group->pop();
164 1 < count($this->_group) &&
176 foreach ($this->_group as $group) {
193 foreach ($this->_group as $group) {
215 $group = $this->_group->top();
251 return $this->_group->bottom();
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php256 $this->function->chgrp = function ($path, $group) use (&$_path, &$_group) {
258 $_group = $group;
273 ->isEqualTo($_group);