ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilTestResultsPresentationFactory Class Reference
+ Collaboration diagram for ilTestResultsPresentationFactory:

Public Member Functions

 __construct (protected UIFactory $ui_factory, protected UIRenderer $ui_renderer, protected Refinery $refinery, protected DataFactory $data_factory, protected HTTPService $http, protected ilLanguage $lng)
 
 getPassResultsPresentationTable (ilTestPassResult $pass_results, string $title='')
 

Detailed Description

Definition at line 31 of file class.ilTestResultsPresentationFactory.php.

Constructor & Destructor Documentation

◆ __construct()

ilTestResultsPresentationFactory::__construct ( protected UIFactory  $ui_factory,
protected UIRenderer  $ui_renderer,
protected Refinery  $refinery,
protected DataFactory  $data_factory,
protected HTTPService  $http,
protected ilLanguage  $lng 
)

Definition at line 33 of file class.ilTestResultsPresentationFactory.php.

40  {
41  }

Member Function Documentation

◆ getPassResultsPresentationTable()

ilTestResultsPresentationFactory::getPassResultsPresentationTable ( ilTestPassResult  $pass_results,
string  $title = '' 
)

Definition at line 43 of file class.ilTestResultsPresentationFactory.php.

References ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().

47  return new ilTestPassResultsTable(
48  $this->ui_factory,
49  $this->ui_renderer,
50  $this->refinery,
51  $this->http,
52  $this->data_factory,
53  $this->lng,
54  $pass_results,
55  $title
56  );
57  }
static http()
Fetches the global http state from ILIAS.
+ Here is the call graph for this function:

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