19 declare(strict_types=1);
45 string $abstract =
'',
47 ?
string $abstract_image =
null,
48 ?
string $extro_image =
null,
49 bool $members_gallery =
false 90 return $this->abstract_image ??
'';
96 $clone->abstract_image =
$path;
102 return $this->extro_image ??
'';
107 $clone = clone $this;
108 $clone->extro_image =
$path;
122 $clone = clone $this;
123 $clone->uploads[$which] = $upload_info;
137 $clone = clone $this;
138 $clone->deletions[] = $which;
149 $clone = clone $this;
withExtroImage(?string $path=null)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
withAbstractImage(?string $path=null)
withMembersGallery(bool $members_gallery)
Settings for an LSO (like abstract, extro)
withDeletion(string $which)
withAbstract(string $abstract)
__construct(int $obj_id, string $abstract='', string $extro='', ?string $abstract_image=null, ?string $extro_image=null, bool $members_gallery=false)
withUpload(array $upload_info, string $which)