ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilTestSettingsGUI Class Reference
+ Inheritance diagram for ilTestSettingsGUI:
+ Collaboration diagram for ilTestSettingsGUI:

Public Member Functions

 __construct (protected ilObjTest $test_object)
 

Protected Member Functions

 formPropertyExists (ilPropertyFormGUI $form, $propertyId)
 

Detailed Description

Definition at line 27 of file class.ilTestSettingsGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilTestSettingsGUI::__construct ( protected ilObjTest  $test_object)

Definition at line 29 of file class.ilTestSettingsGUI.php.

30  {
31  }

Member Function Documentation

◆ formPropertyExists()

ilTestSettingsGUI::formPropertyExists ( ilPropertyFormGUI  $form,
  $propertyId 
)
protected

Definition at line 33 of file class.ilTestSettingsGUI.php.

References ilPropertyFormGUI\getItemByPostVar().

33  : bool
34  {
35  return $form->getItemByPostVar($propertyId) instanceof ilFormPropertyGUI;
36  }
getItemByPostVar(string $a_post_var)
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: