Home
last modified time | relevance | path

Searched refs:old_branch (Results 1 – 1 of 1) sorted by relevance

/plugin/swiftmail/Swift/
H A DMessage.php597 protected function moveBranchIn($type, $nested_type, $from, $old_branch, $new_branch, $tag) argument
623 $this->getReference("parent", $old_branch)->removeChild($id);
625 $this->setReference("parent", $old_branch, $new); //parentRefs[$old_branch] = $new;
678 protected function moveBranchOut($from, $old_branch, $new_branch, $tag) argument
690 case "mixed": $this->getReference("parent", $old_branch)->removeChild($id);
696 $this->setReference("parent", $old_branch, $mixed);//parentRefs[$old_branch] = $mixed;