ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilFileObjectToStorageInfoResolver.php
Go to the documentation of this file.
1<?php
2
5
11{
15 protected $creation_date;
16
17 public function __construct(
18 FileStream $stream,
21 string $revision_title,
22 DateTimeImmutable $creation_date
23 ) {
25 $this->creation_date = $creation_date;
26 }
27
28}
An exception for terminatinating execution or to throw for unit testing.
__construct(FileStream $stream, int $next_version_number, int $revision_owner_id, string $revision_title, DateTimeImmutable $creation_date)
Interface FileStream The base interface for all filesystem streams.
Definition: FileStream.php:18
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc