ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilCertificateXlstProcess Class Reference
+ Collaboration diagram for ilCertificateXlstProcess:

Public Member Functions

 process (array $args, array $params)
 

Detailed Description

Member Function Documentation

◆ process()

ilCertificateXlstProcess::process ( array  $args,
array  $params 
)

Definition at line 26 of file class.ilCertificateXlstProcess.php.

References xslt_create(), xslt_error(), and xslt_free().

26  : string
27  {
28  $xh = xslt_create();
29 
30  $output = xslt_process(
31  $xh,
32  "arg:/_xml",
33  "arg:/_xsl",
34  null,
35  $args,
36  $params
37  );
38 
39  xslt_error($xh);
40  xslt_free($xh);
41 
42  return $output;
43  }
xslt_create()
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
Definition: ltiregstart.php:33
xslt_free(&$proc)
xslt_error(&$proc)
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: