ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilAsqQuestionAuthoring.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 executeCommand();
19 
23  public function setQuestion(ilAsqQuestion $question);
24 
28  public function addQuestionChangeListener(ilQuestionChangeListener $listener);
29 
35  public function addNewIdListener($a_object, $a_method, $a_parameters = "");
36 
40  public function callNewIdListeners($a_new_question_id);
41 
45  public function setTaxonomies($taxonomies);
46 
50  public function setBackLink($backLinkTarget);
51 
56 
61 
66 
71 
76 
81 }
callNewIdListeners($a_new_question_id)
setQuestion(ilAsqQuestion $question)
setBackLink($backLinkTarget)
setTaxonomies($taxonomies)
executeCommand()
Execute Command.
addNewIdListener($a_object, $a_method, $a_parameters="")
addQuestionChangeListener(ilQuestionChangeListener $listener)