42 function moveInto($targetName, $sourcePath,
INode $sourceNode);
The ICollection Interface.
By implementing this interface, a collection can effectively say "other nodes may be moved into this ...
The INode interface is the base interface, and the parent class of both ICollection and IFile...
moveInto($targetName, $sourcePath, INode $sourceNode)
Moves a node into this collection.