ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
SrcBuilder.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
25 
29 interface SrcBuilder
30 {
35  public function getRevisionURL(
36  Revision $revision,
37  bool $signed = true,
38  float $valid_for_at_least_minutes = 60.0,
39  string $filename = null
40  ): string;
41 
45  public function getFlavourURLs(Flavour $flavour, bool $signed = true): \Generator;
46 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$filename
Definition: buildRTE.php:78
getFlavourURLs(Flavour $flavour, bool $signed=true)
getRevisionURL(Revision $revision, bool $signed=true, float $valid_for_at_least_minutes=60.0, string $filename=null)