_factor = $factor; $this->_index = $index; } public function visit($depth = -1, $maxDepth = 0) { $currentFactor = &$this->_factor; $delta = $currentFactor->updateMessageIndex($this->_index); return $delta; } }