3 declare(strict_types=1);
106 $clone = clone $this;
107 $clone->abstract_image =
$path;
118 $clone = clone $this;
119 $clone->extro_image =
$path;
130 $clone = clone $this;
131 $clone->uploads[$which] = $upload_info;
142 $clone = clone $this;
143 $clone->deletions[] = $which;
154 $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)
Settings for an LSO (like abstract, extro)
withAbstractImage(string $path=null)
withDeletion(string $which)
withExtroImage(string $path=null)
withAbstract(string $abstract)
withUpload(array $upload_info, string $which)