ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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  public function __construct()
20  {
21  parent::__construct();
22  }
23 
27  public function isCore()
28  {
29  return true;
30  }
31 
35  public function getVersion()
36  {
37  return "-";
38  }
39 }
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) ...