ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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}
An exception for terminatinating execution or to throw for unit testing.
This is just a dummy class for unit testing.
__construct($id=0)
Class ilObjectDAV.