ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilPDFGenerationService.php
Go to the documentation of this file.
1<?php
2include_once("./Services/Component/classes/class.ilService.php");
3
5{
9 public function getVersion()
10 {
11 }
12
16 public function isCore()
17 {
18 return true;
19 }
20}
An exception for terminatinating execution or to throw for unit testing.
ILIAS Service (A service provides cross-sectional functionalities, used by other components)