ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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...
getFlavourURLs(Flavour $flavour, bool $signed=true)
$filename
Definition: buildRTE.php:78
getRevisionURL(Revision $revision, bool $signed=true, float $valid_for_at_least_minutes=60.0, string $filename=null)