ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
IMoveTarget.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\DAV;
4 
20 interface IMoveTarget extends ICollection {
21 
42  function moveInto($targetName, $sourcePath, INode $sourceNode);
43 
44 }
The ICollection Interface.
Definition: ICollection.php:14
By implementing this interface, a collection can effectively say "other nodes may be moved into this ...
Definition: IMoveTarget.php:20
The INode interface is the base interface, and the parent class of both ICollection and IFile...
Definition: INode.php:12
moveInto($targetName, $sourcePath, INode $sourceNode)
Moves a node into this collection.