|
@@ 790-795 (lines=6) @@
|
| 787 |
|
} |
| 788 |
|
unset($xrefPath[$xrefId]); |
| 789 |
|
|
| 790 |
|
if (isset($xrefData[$this->removeKey])) { |
| 791 |
|
if (isset($tokenResolvers)) { |
| 792 |
|
$tokenResolvers->applyToArray($xrefData[$this->removeKey]); |
| 793 |
|
} |
| 794 |
|
$this->recursiveRemoveData($xrefData[$this->removeKey], $result); |
| 795 |
|
} |
| 796 |
|
|
| 797 |
|
if (isset($xrefData[$this->addKey])) { |
| 798 |
|
if (isset($tokenResolvers)) { |
|
@@ 797-802 (lines=6) @@
|
| 794 |
|
$this->recursiveRemoveData($xrefData[$this->removeKey], $result); |
| 795 |
|
} |
| 796 |
|
|
| 797 |
|
if (isset($xrefData[$this->addKey])) { |
| 798 |
|
if (isset($tokenResolvers)) { |
| 799 |
|
$tokenResolvers->applyToArray($xrefData[$this->addKey]); |
| 800 |
|
} |
| 801 |
|
$this->recursiveAddData($xrefData[$this->addKey], $result); |
| 802 |
|
} |
| 803 |
|
|
| 804 |
|
return $result; |
| 805 |
|
} |