| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ilStudyProgrammeChangeDeadlineGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, ilGlobalTemplateInterface $tpl, ilLanguage $lng, ilAccess $access, ilObjUser $user, Factory $input_factory, Renderer $renderer, Psr\Http\Message\ServerRequestInterface $request, ILIAS\Refinery\Factory $refinery_factory, ILIAS\Data\Factory $data_factory, ilPRGMessagePrinter $messages) | |
| executeCommand () | |
| setBackTarget (string $target) | |
| setProgressIds (array $progress_ids) | |
| setRefId (int $ref_id) | |
Protected Member Functions | |
| showDeadlineConfig () | |
| buildForm (ilObjStudyProgramme $prg, string $submit_action) | |
| getDeadlineSubForm (ilObjStudyProgramme $prg) | |
| buildFormElements ( $ff, Closure $txt, ilObjStudyProgramme $prg) | |
| changeDeadline () | |
| getBackTarget () | |
| getProgressIds () | |
| getRefId () | |
| getObject () | |
| redirectToParent () | |
Protected Attributes | |
| ilCtrl | $ctrl | 
| ilGlobalTemplateInterface | $tpl | 
| ilLanguage | $lng | 
| ilAccess | $access | 
| ilObjUser | $user | 
| Factory | $input_factory | 
| Renderer | $renderer | 
| Psr Http Message ServerRequestInterface | $request | 
| ILIAS Refinery Factory | $refinery_factory | 
| ILIAS Data Factory | $data_factory | 
| ilPRGMessagePrinter | $messages | 
| string | $back_target = null | 
| array | $progress_ids = [] | 
| int | $ref_id = null | 
| ilObjStudyProgramme | $object = null | 
Private Attributes | |
| const | CMD_SHOW_DEADLINE_CONFIG = "showDeadlineConfig" | 
| const | CMD_CHANGE_DEADLINE = "changeDeadline" | 
| const | PROP_DEADLINE = "deadline" | 
Definition at line 26 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
| ilStudyProgrammeChangeDeadlineGUI::__construct | ( | ilCtrl | $ctrl, | 
| ilGlobalTemplateInterface | $tpl, | ||
| ilLanguage | $lng, | ||
| ilAccess | $access, | ||
| ilObjUser | $user, | ||
| Factory | $input_factory, | ||
| Renderer | $renderer, | ||
| Psr\Http\Message\ServerRequestInterface | $request, | ||
| ILIAS\Refinery\Factory | $refinery_factory, | ||
| ILIAS\Data\Factory | $data_factory, | ||
| ilPRGMessagePrinter | $messages | ||
| ) | 
Definition at line 49 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
References $access, $ctrl, $data_factory, $input_factory, $lng, $messages, $refinery_factory, $renderer, $request, $tpl, $user, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 109 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
References $id, $txt, buildFormElements(), and ILIAS\Repository\lng().
Referenced by showDeadlineConfig().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 161 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
References $txt, getDeadlineSubForm(), and ilObjStudyProgrammeSettingsGUI\PROP_DEADLINE.
Referenced by buildForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 179 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
References ILIAS\Repository\ctrl(), getObject(), getProgressIds(), ILIAS\Repository\lng(), ilObjStudyProgrammeSettingsGUI\OPT_DEADLINE_DATE, and ILIAS\Repository\user().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilStudyProgrammeChangeDeadlineGUI::executeCommand | ( | ) | 
Definition at line 75 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
References changeDeadline(), ILIAS\Repository\ctrl(), redirectToParent(), and showDeadlineConfig().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 221 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
References $back_target.
Referenced by redirectToParent().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 126 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
References $id, $txt, ilObjStudyProgramme\getSettings(), ILIAS\Repository\lng(), ilObjStudyProgrammeSettingsGUI\OPT_DEADLINE_DATE, and ilObjStudyProgrammeSettingsGUI\OPT_NO_DEADLINE.
Referenced by buildFormElements().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 251 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
References $object, ilObjStudyProgramme\getInstanceByRefId(), and getRefId().
Referenced by changeDeadline(), and showDeadlineConfig().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 231 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
References $progress_ids.
Referenced by changeDeadline(), and showDeadlineConfig().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 241 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
References $ref_id.
Referenced by getObject().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 264 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
References ILIAS\Repository\ctrl(), and getBackTarget().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilStudyProgrammeChangeDeadlineGUI::setBackTarget | ( | string | $target | ) | 
Definition at line 226 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
| ilStudyProgrammeChangeDeadlineGUI::setProgressIds | ( | array | $progress_ids | ) | 
Definition at line 236 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
References $progress_ids.
| ilStudyProgrammeChangeDeadlineGUI::setRefId | ( | int | $ref_id | ) | 
Definition at line 246 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
References $ref_id.
      
  | 
  protected | 
Definition at line 94 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
References buildForm(), ILIAS\Repository\ctrl(), getObject(), and getProgressIds().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 35 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 44 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
Referenced by getBackTarget().
      
  | 
  protected | 
Definition at line 32 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
Referenced by __construct().
Definition at line 41 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 37 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 34 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 42 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 47 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
Referenced by getObject().
      
  | 
  protected | 
Definition at line 45 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
Referenced by getProgressIds(), and setProgressIds().
      
  | 
  protected | 
Definition at line 46 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
Referenced by getRefId(), and setRefId().
Definition at line 40 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 38 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 39 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 33 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 36 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 29 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
      
  | 
  private | 
Definition at line 28 of file class.ilStudyProgrammeChangeDeadlineGUI.php.
      
  | 
  private | 
Definition at line 30 of file class.ilStudyProgrammeChangeDeadlineGUI.php.