| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilTestAnswerOptionalQuestionsConfirmationGUI:
 Collaboration diagram for ilTestAnswerOptionalQuestionsConfirmationGUI:Public Member Functions | |
| __construct (ilLanguage $lng) | |
| getCancelCmd () | |
| setCancelCmd (string $cancelCmd) | |
| getConfirmCmd () | |
| setConfirmCmd (string $confirmCmd) | |
| build (bool $isFixedTest) | |
  Public Member Functions inherited from ilConfirmationGUI | |
| setFormAction (string $a_form_action) | |
| getFormAction () | |
| setHeaderText (string $a_headertext) | |
| getHeaderText () | |
| setFormName (string $a_name) | |
| addButton (string $a_txt, string $a_cmd) | |
| setCancel (string $a_txt, string $a_cmd, string $a_id='') | |
| setConfirm (string $a_txt, string $a_cmd, string $a_id='') | |
| addItem (string $a_post_var, string $a_id, string $a_text, string $a_img='', string $a_alt='') | |
| addHiddenItem (string $a_post_var, string $a_value) | |
| getHTML () | |
Protected Attributes | |
| string | $cancelCmd | 
| string | $confirmCmd | 
  Protected Attributes inherited from ilConfirmationGUI | |
| ilLanguage | $lng | 
| string | $form_action = '' | 
| string | $headertext = '' | 
| string | $cancel_txt = '' | 
| string | $cancel_cmd = '' | 
| string | $cancel_id = '' | 
| string | $confirm_txt = '' | 
| string | $confirm_cmd = '' | 
| string | $confirm_id = '' | 
Private Member Functions | |
| buildHeaderText (bool $isFixedTest) | |
Definition at line 27 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
| ilTestAnswerOptionalQuestionsConfirmationGUI::__construct | ( | ilLanguage | $lng | ) | 
Definition at line 33 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
References ilConfirmationGUI\$lng, ILIAS\MetaData\Repository\Validation\Data\__construct(), and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilTestAnswerOptionalQuestionsConfirmationGUI::build | ( | bool | $isFixedTest | ) | 
Definition at line 63 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
References buildHeaderText(), getCancelCmd(), getConfirmCmd(), ILIAS\Repository\lng(), ilConfirmationGUI\setCancel(), ilConfirmationGUI\setConfirm(), and ilConfirmationGUI\setHeaderText().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 70 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
References ILIAS\Repository\lng().
Referenced by build().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestAnswerOptionalQuestionsConfirmationGUI::getCancelCmd | ( | ) | 
Definition at line 43 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
References $cancelCmd.
Referenced by build().
 Here is the caller graph for this function:| ilTestAnswerOptionalQuestionsConfirmationGUI::getConfirmCmd | ( | ) | 
Definition at line 53 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
References $confirmCmd.
Referenced by build().
 Here is the caller graph for this function:| ilTestAnswerOptionalQuestionsConfirmationGUI::setCancelCmd | ( | string | $cancelCmd | ) | 
Definition at line 48 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
References $cancelCmd.
| ilTestAnswerOptionalQuestionsConfirmationGUI::setConfirmCmd | ( | string | $confirmCmd | ) | 
Definition at line 58 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
References $confirmCmd.
      
  | 
  protected | 
Definition at line 29 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
Referenced by getCancelCmd(), and setCancelCmd().
      
  | 
  protected | 
Definition at line 31 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
Referenced by getConfirmCmd(), and setConfirmCmd().