ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilPDFGenerationService.php
Go to the documentation of this file.
1 <?php
2 include_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 }
ILIAS Service (A service provides cross-sectional functionalities, used by other components) ...