ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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  {
22  }
23 
27  function isCore()
28  {
29  return true;
30  }
31 
35  function getVersion()
36  {
37  return "-";
38  }
39 }
40 ?>