ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Sabre\DAV\INode Interface Reference

The INode interface is the base interface, and the parent class of both ICollection and IFile. More...

+ Inheritance diagram for Sabre\DAV\INode:
+ Collaboration diagram for Sabre\DAV\INode:

Public Member Functions

 delete ()
 Deleted the current node. More...
 
 getName ()
 Returns the name of the node. More...
 
 setName ($name)
 Renames the node. More...
 
 getLastModified ()
 Returns the last modification time, as a unix timestamp. More...
 

Detailed Description

The INode interface is the base interface, and the parent class of both ICollection and IFile.

Author
Evert Pot (http://evertpot.com/) http://sabre.io/license/ Modified BSD License

Definition at line 12 of file INode.php.

Member Function Documentation

◆ delete()

◆ getLastModified()

◆ getName()

◆ setName()


The documentation for this interface was generated from the following file: