ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
PublicAsset.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Component\Resource
;
22
26
interface
PublicAsset
27
{
29
public
function
getSource
(): string;
31
public
function
getTarget
(): string;
32
}
ILIAS\Component\Resource\PublicAsset
An public asset is a file or folder that should be served via the web.
Definition:
PublicAsset.php:27
ILIAS\Component\Resource\PublicAsset\getSource
getSource()
The path of asset relative to the ILIAS base directory.
ILIAS\Component\Resource\PublicAsset\getTarget
getTarget()
The new path of relative to the ILIAS public directory.
ILIAS\Component\Resource
Definition:
ComponentCSS.php:21
components
ILIAS
Component
src
Resource
PublicAsset.php
Generated on Sat Oct 18 2025 23:02:46 for ILIAS by
1.9.4 (using
Doxyfile
)