Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php64 protected $_reach = null; variable in Hoa\\Protocol\\Node\\Node
92 $this->_reach = $reach;
309 return empty($queue) ? $this->_reach : $queue;
337 $old = $this->_reach;
338 $this->_reach = $reach;
360 return $this->_reach;
H A DLibrary.php74 foreach (explode(RS, $this->_reach) as $part) {
85 foreach (explode(RS, $this->_reach) as $part) {
92 $this->_reach = implode(RS, $out);