ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
inc.xsl5compliance.php File Reference

Go to the source code of this file.

Data Structures

class  php4XSLTProcessor
 

Functions

 xslt_create ()
 
 xslt_free (&$proc)
 
 xslt_error (&$proc)
 

Function Documentation

◆ xslt_create()

xslt_create ( )

Definition at line 24 of file inc.xsl5compliance.php.

Referenced by ilPCInteractiveImage\getBackgroundImage(), and ilObjTest\processPrintoutput2FO().

25 {
26  return new php4XSLTProcessor();
27 }
+ Here is the caller graph for this function:

◆ xslt_error()

xslt_error ( $proc)

Definition at line 86 of file inc.xsl5compliance.php.

Referenced by ilPCInteractiveImage\getBackgroundImage(), and ilObjTest\processPrintoutput2FO().

87 {
88 }
+ Here is the caller graph for this function:

◆ xslt_free()

xslt_free ( $proc)

Definition at line 80 of file inc.xsl5compliance.php.

Referenced by ilPCInteractiveImage\getBackgroundImage(), and ilObjTest\processPrintoutput2FO().

81 {
82  unset($proc->myProc);
83  unset($proc);
84 }
+ Here is the caller graph for this function: