ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
interface.ilAsqQuestionNavigationAware.php
Go to the documentation of this file.
1 <?php
2 
28 {
32  public function getQuestionButtonsHTML(): \ILIAS\UI\Component\Component;
33 
37  public function getQuestionPlayerActionsHTML(): \ILIAS\UI\Component\Component;
38 
42  public function getQuestionActionHandlingLink(): \ILIAS\UI\Component\Link\Link;
43 }