ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
◀ ilDoc Overview
VersionParameterFilter.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\Layout\MetaContent\Media
;
22
31
interface
VersionParameterFilter
32
{
33
public
function
shouldAppend
(
string
$content): bool;
34
}
ILIAS\GlobalScreen\Scope\Layout\MetaContent\Media\VersionParameterFilter
Decides whether the resource version parameter (see {.
Definition:
VersionParameterFilter.php:32
ILIAS\GlobalScreen\Scope\Layout\MetaContent\Media\VersionParameterFilter\shouldAppend
shouldAppend(string $content)
ILIAS\GlobalScreen\Scope\Layout\MetaContent\Media
Definition:
AbstractCollection.php:21
components
ILIAS
GlobalScreen
src
Scope
Layout
MetaContent
Media
VersionParameterFilter.php
Generated on Wed Jun 3 2026 23:04:56 for ILIAS by
1.9.4 (using
Doxyfile
)