ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
SrcBuilder.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
29interface 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}
$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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...