3 declare(strict_types=1);
    33         $description = 
'Special iass for members';
    34         $content = 
'Everything you have learned';
    35         $record_remplate = 
'You should ask these things';
    36         $event_time_place_required = 
true;
    37         $file_required = 
false;
    45             $event_time_place_required,
    48         $this->assertEquals($obj_id, $settings->getObjId());
    49         $this->assertEquals($title, $settings->getTitle());
    50         $this->assertEquals($description, $settings->getDescription());
    51         $this->assertEquals($content, $settings->getContent());
    52         $this->assertEquals($record_remplate, $settings->getRecordTemplate());
    53         $this->assertTrue($settings->isEventTimePlaceRequired());
    54         $this->assertFalse($settings->isFileRequired());
    59         $lng = $this->createMock(ilLanguage::class);
    60         $lng->expects($this->atLeastOnce())
    77         $description = 
'Special iass for members';
    78         $content = 
'Everything you have learned';
    79         $record_remplate = 
'You should ask these things';
    80         $event_time_place_required = 
true;
    81         $file_required = 
false;
    89             $event_time_place_required,
    93         $input = $settings->toFormInput(
    99         $this->assertInstanceOf(Section::class, $input);
 
Interface Observer  Contains several chained tasks and infos about them. 
 
An object carrying settings of an Individual Assessment obj beyond the standard information. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...