ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ 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
}
ILIAS\Test\Settings\TestSettingsGUI
Definition:
TestSettingsGUI.php:30
ILIAS\Test\Settings\TestSettingsGUI\formPropertyExists
formPropertyExists(\ilPropertyFormGUI $form, $propertyId)
Definition:
TestSettingsGUI.php:35
ILIAS\Test\Settings\TestSettingsGUI\__construct
__construct(protected \ilObjTest $test_object)
Definition:
TestSettingsGUI.php:31
ilObjTest
Definition:
class.ilObjTest.php:64
ilPropertyFormGUI
This class represents a property form user interface.
Definition:
class.ilPropertyFormGUI.php:32
ilPropertyFormGUI\getItemByPostVar
getItemByPostVar(string $a_post_var)
Definition:
class.ilPropertyFormGUI.php:251
ILIAS\Test\Settings
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
components
ILIAS
Test
src
Settings
TestSettingsGUI.php
Generated on Sat Dec 13 2025 23:03:48 for ILIAS by
1.9.4 (using
Doxyfile
)