ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
This is just a dummy class for unit testing. More...
Public Member Functions | |
__construct ($id=0) | |
getId () | |
Public Member Functions inherited from ilObjectDAV | |
__construct (ilObject $a_obj, ilWebDAVRepositoryHelper $repo_helper, ilWebDAVObjDAVHelper $dav_helper) | |
Constructor for DAV Object. More... | |
getRefId () | |
Returns the ref id of this object. More... | |
getObjectId () | |
Returns the object id of this object. More... | |
getLastModified () | |
Returns the last modification time as a unix timestamp. More... | |
delete () | |
Deletes the current node. More... | |
setName ($a_name) | |
Renames the node. More... | |
getName () | |
SabreDAV interface function Returns the name of the node.This is used to generate the url.
| |
getObject () | |
Returns ILIAS Object. More... | |
Public Member Functions inherited from Sabre\DAV\Node | |
getLastModified () | |
Returns the last modification time as a unix timestamp. More... | |
delete () | |
Deletes the current node. More... | |
setName ($name) | |
Renames the node. More... | |
Protected Attributes | |
$id | |
Protected Attributes inherited from ilObjectDAV | |
$ref_id | |
$obj | |
$repo_helper | |
$dav_helper | |
This is just a dummy class for unit testing.
If it is necessary to identify this object, an ID can be set with the constructor
Definition at line 8 of file ilObjDummyDAV.php.
ilObjDummyDAV::__construct | ( | $id = 0 | ) |
Definition at line 11 of file ilObjDummyDAV.php.
ilObjDummyDAV::getId | ( | ) |
Definition at line 15 of file ilObjDummyDAV.php.
References $id.
|
protected |
Definition at line 10 of file ilObjDummyDAV.php.
Referenced by getId().