ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
PublicAsset.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
26interface PublicAsset
27{
29 public function getSource(): string;
31 public function getTarget(): string;
32}
An public asset is a file or folder that should be served via the web.
Definition: PublicAsset.php:27
getSource()
The path of asset relative to the ILIAS base directory.
getTarget()
The new path of relative to the ILIAS public directory.