ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilAsqQuestionOfflinePresentationExporter.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
4 
14 {
18  public function setQuestion(ilAsqQuestion $questionInstance);
19 
25  public function exportQuestion(ilAsqQuestionResourcesCollector $resourcesCollector, $a_no_interaction): \ILIAS\UI\Component\Component;
26 }
A component is the most general form of an entity in the UI.
Definition: Component.php:27
exportQuestion(ilAsqQuestionResourcesCollector $resourcesCollector, $a_no_interaction)
setQuestion(ilAsqQuestion $questionInstance)