ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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 
4 include_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.
__construct()
Constructor: read information on component.
getVersion()
Get version of service.
ILIAS Service (A service provides cross-sectional functionalities, used by other components) ...