|
@@ 680-682 (lines=3) @@
|
| 677 |
|
|
| 678 |
|
$this->owner->setAttribute($this->depthAttribute, $this->node->getAttribute($this->depthAttribute) + 1); |
| 679 |
|
|
| 680 |
|
if ($this->treeAttribute !== null) { |
| 681 |
|
$this->owner->setAttribute($this->treeAttribute, $this->node->getAttribute($this->treeAttribute)); |
| 682 |
|
} |
| 683 |
|
|
| 684 |
|
if ($this->sortAttribute !== null) { |
| 685 |
|
$to = $this->node->getChildren()->orderBy(null); |
|
@@ 717-719 (lines=3) @@
|
| 714 |
|
|
| 715 |
|
$this->owner->setAttribute($this->depthAttribute, $this->node->getAttribute($this->depthAttribute)); |
| 716 |
|
|
| 717 |
|
if ($this->treeAttribute !== null) { |
| 718 |
|
$this->owner->setAttribute($this->treeAttribute, $this->node->getAttribute($this->treeAttribute)); |
| 719 |
|
} |
| 720 |
|
|
| 721 |
|
if ($this->sortAttribute !== null) { |
| 722 |
|
$this->moveTo($this->node->getAttribute($this->sortAttribute), $forward); |