ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
TestSettingsGUI.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Test\Settings
;
22
29
abstract
class
TestSettingsGUI
30
{
31
public
function
__construct
(
protected
\
ilObjTest
$test_object)
32
{
33
}
34
35
protected
function
formPropertyExists
(\
ilPropertyFormGUI
$form, $propertyId): bool
36
{
37
return
$form->
getItemByPostVar
($propertyId) instanceof \ilFormPropertyGUI;
38
}
39
}
ilPropertyFormGUI\getItemByPostVar
getItemByPostVar(string $a_post_var)
Definition:
class.ilPropertyFormGUI.php:251
ILIAS\Test\Settings\TestSettingsGUI\__construct
__construct(protected \ilObjTest $test_object)
Definition:
TestSettingsGUI.php:31
ILIAS\Test\Settings
ILIAS\Test\Settings\TestSettingsGUI
Definition:
TestSettingsGUI.php:29
ILIAS\Test\Settings\TestSettingsGUI\formPropertyExists
formPropertyExists(\ilPropertyFormGUI $form, $propertyId)
Definition:
TestSettingsGUI.php:35
ilPropertyFormGUI
ilObjTest
components
ILIAS
Test
src
Settings
TestSettingsGUI.php
Generated on Sun Aug 31 2025 23:03:59 for ILIAS by
1.8.13 (using
Doxyfile
)