ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
INode.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\DAV
;
4
12
interface
INode
{
13
19
function
delete
();
20
28
function
getName
();
29
36
function
setName
(
$name
);
37
44
function
getLastModified
();
45
46
}
Sabre\DAV
Sabre\DAV\INode\getName
getName()
Returns the name of the node.
Sabre\DAV\INode
The INode interface is the base interface, and the parent class of both ICollection and IFile...
Definition:
INode.php:12
$name
$name
Definition:
client_example.php:35
php
Sabre\DAV\INode\setName
setName($name)
Renames the node.
Sabre\DAV\INode\getLastModified
getLastModified()
Returns the last modification time, as a unix timestamp.
libs
composer
vendor
sabre
dav
lib
DAV
INode.php
Generated on Thu Jan 16 2025 19:01:49 for ILIAS by
1.8.13 (using
Doxyfile
)