ILIAS  release_7 Revision v7.30-3-g800a261c036
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)