ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
interface.ilAsqQuestionOfflinePresentationExporter.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
12
interface
ilAsqQuestionOfflinePresentationExporter
13
{
17
public
function
setQuestion
(
ilAsqQuestion
$questionInstance);
18
24
public
function
exportQuestion
(
ilAsqQuestionResourcesCollector
$resourcesCollector, $a_no_interaction) :
\ILIAS\UI\Component\Component
;
25
}
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:13
ilAsqQuestionOfflinePresentationExporter\exportQuestion
exportQuestion(ilAsqQuestionResourcesCollector $resourcesCollector, $a_no_interaction)
ilAsqQuestionResourcesCollector
Definition:
class.ilAsqQuestionResourcesCollector.php:13
ilAsqQuestion
Definition:
interface.ilAsqQuestion.php:12
ilAsqQuestionOfflinePresentationExporter
Definition:
interface.ilAsqQuestionOfflinePresentationExporter.php:12
ilAsqQuestionOfflinePresentationExporter\setQuestion
setQuestion(ilAsqQuestion $questionInstance)
Services
AssessmentQuestion
interfaces
interface.ilAsqQuestionOfflinePresentationExporter.php
Generated on Wed Sep 3 2025 21:01:11 for ILIAS by
1.8.13 (using
Doxyfile
)