ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Test\Settings\TestSettings Class Reference
+ Inheritance diagram for ILIAS\Test\Settings\TestSettings:
+ Collaboration diagram for ILIAS\Test\Settings\TestSettings:

Public Member Functions

 __construct (int $test_id)
 
 getTestId ()
 
 withTestId (int $test_id)
 
 toForm (\ilLanguage $lng, FieldFactory $f, Refinery $refinery, ?array $environment=null)
 
 toStorage ()
 
 toLog (AdditionalInformationGenerator $additional_info)
 

Protected Attributes

int $test_id
 

Detailed Description

Definition at line 29 of file TestSettings.php.

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ getTestId()

ILIAS\Test\Settings\TestSettings::getTestId ( )

Definition at line 38 of file TestSettings.php.

38 : int
39 {
40 return $this->test_id;
41 }

References ILIAS\Test\Settings\TestSettings\$test_id.

◆ toForm()

◆ toLog()

◆ toStorage()

◆ withTestId()

ILIAS\Test\Settings\TestSettings::withTestId ( int  $test_id)

Definition at line 42 of file TestSettings.php.

42 : self
43 {
44 $clone = clone $this;
45 $clone->test_id = $test_id;
46 return $clone;
47 }

References ILIAS\Test\Settings\TestSettings\$test_id.

Field Documentation

◆ $test_id


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