TYPO3 CMS  TYPO3_6-2
DraggableAndDropableNodeInterface.php
Go to the documentation of this file.
1 <?php
2 namespace TYPO3\CMS\Backend\Tree;
3 
24 {
32  public function moveNodeInDestinationNode($node, $destination);
33 
41  public function moveNodeAfterDestinationNode($node, $destination);
42 
50  public function copyNodeInDestinationNode($node, $destination);
51 
59  public function copyNodeAfterDestinationNode($node, $destination);
60 
61 }