|
@@ 812-817 (lines=6) @@
|
| 809 |
|
} |
| 810 |
|
unset($xrefPath[$xrefId]); |
| 811 |
|
|
| 812 |
|
if (isset($xrefData[$this->removeKey])) { |
| 813 |
|
if (isset($tokenResolvers)) { |
| 814 |
|
$tokenResolvers->applyToArray($xrefData[$this->removeKey]); |
| 815 |
|
} |
| 816 |
|
$this->recursiveRemoveData($xrefData[$this->removeKey], $result); |
| 817 |
|
} |
| 818 |
|
|
| 819 |
|
if (isset($xrefData[$this->addKey])) { |
| 820 |
|
if (isset($tokenResolvers)) { |
|
@@ 819-824 (lines=6) @@
|
| 816 |
|
$this->recursiveRemoveData($xrefData[$this->removeKey], $result); |
| 817 |
|
} |
| 818 |
|
|
| 819 |
|
if (isset($xrefData[$this->addKey])) { |
| 820 |
|
if (isset($tokenResolvers)) { |
| 821 |
|
$tokenResolvers->applyToArray($xrefData[$this->addKey]); |
| 822 |
|
} |
| 823 |
|
$this->recursiveAddData($xrefData[$this->addKey], $result); |
| 824 |
|
} |
| 825 |
|
|
| 826 |
|
return $result; |
| 827 |
|
} |