ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 }
setTitle($a_title)
Set title.
Represents a ecs course lms url.