ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
This is a js file provided by some component. More...
Public Member Functions | |
__construct (\ILIAS\Component\Component $component, string $source,) | |
![]() | |
__construct (protected \ILIAS\Component\Component $component, protected string $source, protected string $target,) | |
getSource () | |
The path of asset relative to the ILIAS base directory. More... | |
getTarget () | |
The new path of relative to the ILIAS public directory. More... | |
Data Fields | |
const | TARGET = "assets/js" |
![]() | |
const | REGEXP_SOURCE = '%^(((\w|.)+(/(\w|.)+)*(\.\w{2,4})?)|(\.htaccess))$%' |
const | REGEXP_TARGET = '%^(((\w|.)+(/(\w|.)+)*)|[.])$%' |
This is a js file provided by some component.
Definition at line 26 of file ComponentJS.php.
ILIAS\Component\Resource\ComponentJS::__construct | ( | \ILIAS\Component\Component | $component, |
string | $source | ||
) |
$component | this belongs to |
$source | path relative to the components resource directory |
Definition at line 34 of file ComponentJS.php.
References ILIAS\GlobalScreen\Provider\__construct().
const ILIAS\Component\Resource\ComponentJS::TARGET = "assets/js" |
Definition at line 28 of file ComponentJS.php.
Referenced by ILIAS\Component\Resource\NodeModule\getTarget().