ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Component\Resource\PublicAsset Interface Reference

An public asset is a file or folder that should be served via the web. More...

+ Inheritance diagram for ILIAS\Component\Resource\PublicAsset:
+ Collaboration diagram for ILIAS\Component\Resource\PublicAsset:

Public Member Functions

 getSource ()
 The path of asset relative to the ILIAS base directory. More...
 
 getTarget ()
 The new path of relative to the ILIAS public directory. More...
 

Detailed Description

An public asset is a file or folder that should be served via the web.

Definition at line 26 of file PublicAsset.php.

Member Function Documentation

◆ getSource()

ILIAS\Component\Resource\PublicAsset::getSource ( )

The path of asset relative to the ILIAS base directory.

Implemented in ILIAS\Component\Resource\OfComponent, and ILIAS\Component\Resource\NodeModule.

◆ getTarget()

ILIAS\Component\Resource\PublicAsset::getTarget ( )

The new path of relative to the ILIAS public directory.

Implemented in ILIAS\Component\Resource\OfComponent, and ILIAS\Component\Resource\NodeModule.


The documentation for this interface was generated from the following file: