ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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 */
3include_once("./Services/Component/classes/class.ilService.php");
4
12{
16 public function getVersion()
17 {
18
19 }
20
24 public function isCore()
25 {
26 return true;
27 }
28
29}
An exception for terminatinating execution or to throw for unit testing.
ilAdvancedMetaDataService Service definition
ILIAS Service (A service provides cross-sectional functionalities, used by other components)