ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ten_items.php File Reference

Go to the source code of this file.

Functions

 ten_items ()
 

Function Documentation

◆ ten_items()

ten_items ( )

Definition at line 5 of file ten_items.php.

References Vendor\Package\$c, $DIC, and Vendor\Package\$f.

6 {
7  //Init Factory and Renderer
8  global $DIC;
9  $f = $DIC->ui()->factory();
10  $renderer = $DIC->ui()->renderer();
11 
12  $c = $f->chart()->scaleBar(
13  array(
14  "0" => false,
15  "1" => false,
16  "2" => false,
17  "3" => false,
18  "4" => false,
19  "5" => false,
20  "6" => true,
21  "7" => false,
22  "8" => false,
23  "9" => false
24  )
25  );
26 
27  //Render
28  return $renderer->render($c);
29 }
$DIC
Definition: xapitoken.php:46