3 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;
 
withMembersGallery(bool $members_gallery)
 
__construct(int $obj_id, string $abstract='', string $extro='', string $abstract_image=null, string $extro_image=null, bool $members_gallery=false)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
withAbstractImage(string $path=null)
 
withDeletion(string $which)
 
withExtroImage(string $path=null)
 
withAbstract(string $abstract)
 
withUpload(array $upload_info, string $which)