@@ 731-733 (lines=3) @@ | ||
728 | ||
729 | $this->owner->setAttribute($this->depthAttribute, $this->node->getAttribute($this->depthAttribute) + 1); |
|
730 | ||
731 | if ($this->treeAttribute !== null) { |
|
732 | $this->owner->setAttribute($this->treeAttribute, $this->node->getAttribute($this->treeAttribute)); |
|
733 | } |
|
734 | ||
735 | if ($this->sortAttribute !== null) { |
|
736 | $to = $this->node->getChildren()->orderBy(null); |
|
@@ 768-770 (lines=3) @@ | ||
765 | ||
766 | $this->owner->setAttribute($this->depthAttribute, $this->node->getAttribute($this->depthAttribute)); |
|
767 | ||
768 | if ($this->treeAttribute !== null) { |
|
769 | $this->owner->setAttribute($this->treeAttribute, $this->node->getAttribute($this->treeAttribute)); |
|
770 | } |
|
771 | ||
772 | if ($this->sortAttribute !== null) { |
|
773 | $this->moveTo($this->node->getAttribute($this->sortAttribute), $forward); |