ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilCertificateXlsFileLoader.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
25 {
29  public function getXlsCertificateContent()
30  {
31  return file_get_contents("./Services/Certificate/xml/xhtml2fo.xsl");
32  }
33 }