ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilObjDummyDAV.php
Go to the documentation of this file.
1 <?php
2 
9 {
10  protected $id;
11  public function __construct($id = 0)
12  {
13  }
14 
15  public function getId()
16  {
17  return $this->id;
18  }
19 }
Class ilObjectDAV.
This is just a dummy class for unit testing.
__construct($id=0)