ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilObjDummyDAV Class Reference

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 Returns the name of the node.This is used to generate the url.
Returns
string
. More...
 
 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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __construct()

ilObjDummyDAV::__construct (   $id = 0)

Definition at line 11 of file ilObjDummyDAV.php.

12  {
13  }

Member Function Documentation

◆ getId()

ilObjDummyDAV::getId ( )

Definition at line 15 of file ilObjDummyDAV.php.

References $id.

16  {
17  return $this->id;
18  }

Field Documentation

◆ $id

ilObjDummyDAV::$id
protected

Definition at line 10 of file ilObjDummyDAV.php.

Referenced by getId().


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