ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
IMoveTarget.php
Go to the documentation of this file.
1<?php
2
3namespace Sabre\DAV;
4
20interface IMoveTarget extends ICollection {
21
42 function moveInto($targetName, $sourcePath, INode $sourceNode);
43
44}
An exception for terminatinating execution or to throw for unit testing.
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
moveInto($targetName, $sourcePath, INode $sourceNode)
Moves a node into this collection.
The INode interface is the base interface, and the parent class of both ICollection and IFile.
Definition: INode.php:12