Definition at line 35 of file Factory.php.
◆ __construct()
ILIAS\Tracking\View\Factory::__construct |
( |
| ) |
|
◆ dataRetrieval()
ILIAS\Tracking\View\Factory::dataRetrieval |
( |
| ) |
|
Definition at line 54 of file Factory.php.
54 : DataRetrievalFactoryInterface
55 {
56 return new DataRetrievalFactory(
57 $this->db
58 );
59 }
◆ progressBlock()
ILIAS\Tracking\View\Factory::progressBlock |
( |
| ) |
|
Definition at line 66 of file Factory.php.
66 : ProgressBlockFactory
67 {
68 return new ProgressBlockFactory($this->db);
69 }
◆ propertyList()
ILIAS\Tracking\View\Factory::propertyList |
( |
| ) |
|
Definition at line 61 of file Factory.php.
61 : PropertyListFactoryInterface
62 {
63 return new PropertyListFactory();
64 }
◆ renderer()
ILIAS\Tracking\View\Factory::renderer |
( |
| ) |
|
◆ $db
◆ $ui
The documentation for this class was generated from the following file: