ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\Test\Settings\TestSettingsGUI Class Reference
+ Inheritance diagram for ILIAS\Test\Settings\TestSettingsGUI:
+ Collaboration diagram for ILIAS\Test\Settings\TestSettingsGUI:

Public Member Functions

 __construct (protected \ilObjTest $test_object)
 

Protected Member Functions

 formPropertyExists (\ilPropertyFormGUI $form, $propertyId)
 

Detailed Description

Definition at line 29 of file TestSettingsGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Test\Settings\TestSettingsGUI::__construct ( protected \ilObjTest  $test_object)

Definition at line 31 of file TestSettingsGUI.php.

32  {
33  }

Member Function Documentation

◆ formPropertyExists()

ILIAS\Test\Settings\TestSettingsGUI::formPropertyExists ( \ilPropertyFormGUI  $form,
  $propertyId 
)
protected

Definition at line 35 of file TestSettingsGUI.php.

References ilPropertyFormGUI\getItemByPostVar().

35  : bool
36  {
37  return $form->getItemByPostVar($propertyId) instanceof \ilFormPropertyGUI;
38  }
+ Here is the call graph for this function:

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