ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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
23 public function isCore()
24 {
25 return true;
26 }
27}
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)