◆ ensureInitialised()
ilTestInfoScreenToolbarFactory::ensureInitialised |
( |
| ) |
|
|
protected |
◆ ensureTestObjectInitialised()
ilTestInfoScreenToolbarFactory::ensureTestObjectInitialised |
( |
| ) |
|
|
private |
◆ getTestOBJ()
ilTestInfoScreenToolbarFactory::getTestOBJ |
( |
| ) |
|
◆ getTestRefId()
ilTestInfoScreenToolbarFactory::getTestRefId |
( |
| ) |
|
◆ getToolbarInstance()
ilTestInfoScreenToolbarFactory::getToolbarInstance |
( |
| ) |
|
Definition at line 112 of file class.ilTestInfoScreenToolbarFactory.php.
References $d, $GLOBALS, ensureInitialised(), and getTestOBJ().
121 $toolbar->setTestPlayerGUI($this->testPlayerFactory->getPlayerGUI());
123 $testQuestionSetConfig = $this->testQuestionSetConfigFactory->getQuestionSetConfig();
124 $testSession = $this->testSessionFactory->getSession();
125 $testSequence = $this->testSequenceFactory->getSequenceByTestSession($testSession);
126 $testSequence->loadFromDb();
129 $toolbar->setTestQuestionSetConfig($testQuestionSetConfig);
130 $toolbar->setTestSession($testSession);
131 $toolbar->setTestSequence($testSequence);
$GLOBALS['loaded']
Global hash that tracks already loaded includes.
for($i=6; $i< 13; $i++) for($i=1; $i< 13; $i++) $d
◆ setTestOBJ()
ilTestInfoScreenToolbarFactory::setTestOBJ |
( |
|
$testOBJ | ) |
|
◆ setTestRefId()
ilTestInfoScreenToolbarFactory::setTestRefId |
( |
|
$testRefId | ) |
|
◆ $testOBJ
ilTestInfoScreenToolbarFactory::$testOBJ |
|
private |
◆ $testPlayerFactory
ilTestInfoScreenToolbarFactory::$testPlayerFactory |
|
private |
◆ $testQuestionSetConfigFactory
ilTestInfoScreenToolbarFactory::$testQuestionSetConfigFactory |
|
private |
◆ $testRefId
ilTestInfoScreenToolbarFactory::$testRefId |
|
private |
◆ $testSequenceFactory
ilTestInfoScreenToolbarFactory::$testSequenceFactory |
|
private |
◆ $testSessionFactory
ilTestInfoScreenToolbarFactory::$testSessionFactory |
|
private |
The documentation for this class was generated from the following file: