| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ilObjLearningSequenceLearnerGUI:Public Member Functions | |
| __construct (protected int $usr_id, protected ilAccess $access, protected ilCtrl $ctrl, protected ilLanguage $lng, protected ilGlobalTemplateInterface $tpl, protected ilToolbarGUI $toolbar, protected ILIAS\UI\Factory $ui_factory, protected ILIAS\UI\Renderer $renderer, protected ilLearningSequenceRoles $roles, protected ilLearningSequenceSettings $settings, protected ilLSCurriculumBuilder $curriculum_builder, protected ilLSLaunchlinksBuilder $launchlinks_builder, protected ilLSPlayer $player, protected string $intro, protected string $extro, protected RequestWrapper $get) | |
| executeCommand () | |
Data Fields | |
| const | CMD_STANDARD = 'learnerView' | 
| const | CMD_EXTRO = 'learnerViewFinished' | 
| const | CMD_UNSUBSCRIBE = 'unsubscribe' | 
| const | CMD_VIEW = 'view' | 
| const | CMD_START = 'start' | 
| const | PARAM_LSO_NEXT_ITEM = 'lsoni' | 
| const | LSO_CMD_NEXT = 'lson' | 
| const | LSO_CMD_PREV = 'lsop' | 
Protected Member Functions | |
| view (string $cmd) | |
| addMember (int $usr_id) | |
| initToolbar (string $cmd) | |
| play () | |
Private Member Functions | |
| getWrappedHTML (array $components) | |
| getMainContent (string $cmd) | |
Definition at line 23 of file class.ilObjLearningSequenceLearnerGUI.php.
| ilObjLearningSequenceLearnerGUI::__construct | ( | protected int | $usr_id, | 
| protected ilAccess | $access, | ||
| protected ilCtrl | $ctrl, | ||
| protected ilLanguage | $lng, | ||
| protected ilGlobalTemplateInterface | $tpl, | ||
| protected ilToolbarGUI | $toolbar, | ||
| protected ILIAS\UI\Factory | $ui_factory, | ||
| protected ILIAS\UI\Renderer | $renderer, | ||
| protected ilLearningSequenceRoles | $roles, | ||
| protected ilLearningSequenceSettings | $settings, | ||
| protected ilLSCurriculumBuilder | $curriculum_builder, | ||
| protected ilLSLaunchlinksBuilder | $launchlinks_builder, | ||
| protected ilLSPlayer | $player, | ||
| protected string | $intro, | ||
| protected string | $extro, | ||
| protected RequestWrapper | $get | ||
| ) | 
Definition at line 34 of file class.ilObjLearningSequenceLearnerGUI.php.
      
  | 
  protected | 
Definition at line 106 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by executeCommand().
 Here is the caller graph for this function:| ilObjLearningSequenceLearnerGUI::executeCommand | ( | ) | 
Definition at line 54 of file class.ilObjLearningSequenceLearnerGUI.php.
References addMember(), ILIAS\Repository\ctrl(), play(), and view().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 139 of file class.ilObjLearningSequenceLearnerGUI.php.
References ILIAS\Repository\settings().
Referenced by view().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 128 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by view().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 114 of file class.ilObjLearningSequenceLearnerGUI.php.
References ILIAS\Repository\toolbar().
Referenced by view().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 170 of file class.ilObjLearningSequenceLearnerGUI.php.
References $response, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilUtil\redirect().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 84 of file class.ilObjLearningSequenceLearnerGUI.php.
References getMainContent(), getWrappedHTML(), initToolbar(), ilPCLauncher\PCELEMENT, and ilPCCurriculum\PCELEMENT.
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the caller graph for this function:| const ilObjLearningSequenceLearnerGUI::CMD_EXTRO = 'learnerViewFinished' | 
Definition at line 26 of file class.ilObjLearningSequenceLearnerGUI.php.
| const ilObjLearningSequenceLearnerGUI::CMD_STANDARD = 'learnerView' | 
Definition at line 25 of file class.ilObjLearningSequenceLearnerGUI.php.
| const ilObjLearningSequenceLearnerGUI::CMD_START = 'start' | 
Definition at line 29 of file class.ilObjLearningSequenceLearnerGUI.php.
| const ilObjLearningSequenceLearnerGUI::CMD_UNSUBSCRIBE = 'unsubscribe' | 
Definition at line 27 of file class.ilObjLearningSequenceLearnerGUI.php.
| const ilObjLearningSequenceLearnerGUI::CMD_VIEW = 'view' | 
Definition at line 28 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by ilLSLocalDI\init().
| const ilObjLearningSequenceLearnerGUI::LSO_CMD_NEXT = 'lson' | 
Definition at line 31 of file class.ilObjLearningSequenceLearnerGUI.php.
| const ilObjLearningSequenceLearnerGUI::LSO_CMD_PREV = 'lsop' | 
Definition at line 32 of file class.ilObjLearningSequenceLearnerGUI.php.
| const ilObjLearningSequenceLearnerGUI::PARAM_LSO_NEXT_ITEM = 'lsoni' | 
Definition at line 30 of file class.ilObjLearningSequenceLearnerGUI.php.