ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
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}
29?>