|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
This is just a dummy class for unit testing. More...
Inheritance diagram for ilObjDummyDAV:
Collaboration diagram for ilObjDummyDAV: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 . More... | |
| getObject () | |
| Returns ILIAS Object. More... | |
Protected Attributes | |
| $id | |
Protected Attributes inherited from ilObjectDAV | |
| $ref_id | |
| $obj | |
| $request | |
| $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().