ILIAS  release_8 Revision v8.25-1-g13de6a5eca6
class.ilFileObjectToStorageInfoResolver.php
Go to the documentation of this file.
1<?php
2
21
27{
31 protected ?DateTimeImmutable $creation_date;
32
33 public function __construct(
34 FileStream $stream,
37 string $revision_title,
38 DateTimeImmutable $creation_date
39 ) {
41 $this->creation_date = $creation_date;
42 }
43}
__construct(FileStream $stream, int $next_version_number, int $revision_owner_id, string $revision_title, DateTimeImmutable $creation_date)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc