ILIAS  trunk Revision v11.0_alpha-1753-gb21ca8c4367
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
NonStoreableResult.php
Go to the documentation of this file.
1 <?php
18 declare(strict_types=1);
19 
21 
24 
29 {
30  public function __construct(
31  protected FlavourDefinition $definition,
32  protected FileStream $stream,
33  int $index = 0
34  ) {
35  parent::__construct($this->definition, $this->stream, $index, false);
36  }
37 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(protected FlavourDefinition $definition, protected FileStream $stream, int $index=0)
__construct(Container $dic, ilPlugin $plugin)
The base interface for all filesystem streams.
Definition: FileStream.php:31