ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilAdvancedMetaDataService.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3 include_once("./Services/Component/classes/class.ilService.php");
4 
12 {
16  public function getVersion()
17  {
18  }
19 
23  public function isCore()
24  {
25  return true;
26  }
27 }
ILIAS Service (A service provides cross-sectional functionalities, used by other components) ...
ilAdvancedMetaDataService Service definition