ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
class.ilCertificateXlsFileLoader.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
3
7
class
ilCertificateXlsFileLoader
8
{
12
public
function
getXlsCertificateContent
()
13
{
14
$xsl = file_get_contents(
"./Services/Certificate/xml/xhtml2fo.xsl"
);
15
16
return
$xsl;
17
}
18
}
ilCertificateXlsFileLoader\getXlsCertificateContent
getXlsCertificateContent()
Definition:
class.ilCertificateXlsFileLoader.php:12
ilCertificateXlsFileLoader
Definition:
class.ilCertificateXlsFileLoader.php:7
Services
Certificate
classes
File
Template
XLS
class.ilCertificateXlsFileLoader.php
Generated on Sun Aug 31 2025 20:01:11 for ILIAS by
1.8.13 (using
Doxyfile
)