ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
NonStoreableResult.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
30{
31 public function __construct(
32 protected FlavourDefinition $definition,
33 protected FileStream $stream,
34 int $index = 0
35 ) {
36 parent::__construct($this->definition, $this->stream, $index, false);
37 }
38}
__construct(protected FlavourDefinition $definition, protected FileStream $stream, int $index=0)
The base interface for all filesystem streams.
Definition: FileStream.php:32
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...