ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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 ?>