ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilUserService.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.
ILIAS Service (A service provides cross-sectional functionalities, used by other components)
ilUserService Service definition