ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilECSEnrolmentStatusWriter.php
Go to the documentation of this file.
1<?php
2
3/*
4 * Writes ECS enrolment status updates
5 * @author Stefan Meyer <smeyer.ilias@gmx.de>
6 */
8{
9 protected $server = null;
10 protected $obj_id = 0;
11
15 public function __construct($a_obj_id)
16 {
17 $this->obj_id = 0;
18 }
19
24 public function getServer()
25 {
26 return $this->server;
27 }
28}
An exception for terminatinating execution or to throw for unit testing.