ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
back.php File Reference

Go to the source code of this file.

Functions

 back ()
 

Function Documentation

◆ back()

back ( )

Definition at line 2 of file back.php.

References $DIC.

Referenced by HTMLPurifier_Zipper\__construct(), HTMLPurifier_Zipper\delete(), HTMLPurifier_Zipper\done(), HTMLPurifier_Zipper\insertAfter(), HTMLPurifier_Zipper\next(), HTMLPurifier_Zipper\prev(), and HTMLPurifier_Zipper\toArray().

2  {
3  global $DIC;
4  $f = $DIC->ui()->factory();
5  $renderer = $DIC->ui()->renderer();
6 
7  return $renderer->render($f->glyph()->back("#"));
8 }
global $DIC
+ Here is the caller graph for this function: