ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
class.ilPreviewService.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2012 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4include_once("./Services/Component/classes/class.ilService.php");
5
15{
19 function __construct()
20 {
21 parent::__construct();
22 }
23
27 function isCore()
28 {
29 return true;
30 }
31
35 function getVersion()
36 {
37 return "-";
38 }
39}
40?>
isCore()
Core modules vs.
getVersion()
Get version of service.
__construct()
Constructor: read information on component.
ILIAS Service (A service provides cross-sectional functionalities, used by other components)