ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilECSCourseLmsUrl.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
12{
13 public $title = '';
14 public $url = '';
15
19 public function __construct()
20 {
21 }
22
27 public function setTitle($a_title)
28 {
29 $this->title = $a_title;
30 }
31
35 public function setUrl($a_url)
36 {
37 $this->url = $a_url;
38 }
39}
An exception for terminatinating execution or to throw for unit testing.
Represents a ecs course lms url.
setTitle($a_title)
Set title.