Searched refs:new_branch (Results 1 – 1 of 1) sorted by relevance
/plugin/swiftmail/Swift/ |
H A D | Message.php | 597 protected function moveBranchIn($type, $nested_type, $from, $old_branch, $new_branch, $tag) argument 601 $this->getReference("parent", $new_branch)->addChild($new, $tag, -1); 603 switch ($new_branch) 616 switch ($new_branch) 678 protected function moveBranchOut($from, $old_branch, $new_branch, $tag) argument 685 $this->getReference("parent", $new_branch)->addChild($ref, $id, $sign); 686 switch ($new_branch) 694 $this->getReference("parent", $new_branch)->removeChild($tag); 695 $mixed = $this->getReference("parent", $new_branch);//parentRefs[$new_branch]; 697 switch ($new_branch)
|