| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This is a css file provided by some component. More...
 Inheritance diagram for ILIAS\Component\Resource\ComponentCSS:
 Collaboration diagram for ILIAS\Component\Resource\ComponentCSS:Public Member Functions | |
| __construct (\ILIAS\Component\Component $component, string $source,) | |
  Public Member Functions inherited from ILIAS\Component\Resource\OfComponent | |
| __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/css" | 
  Data Fields inherited from ILIAS\Component\Resource\OfComponent | |
| const | REGEXP_SOURCE = '%^(((\w|.)+(/(\w|.)+)*(\.\w{2,4})?)|(\.htaccess))$%' | 
| const | REGEXP_TARGET = '%^(((\w|.)+(/(\w|.)+)*)|[.])$%' | 
This is a css file provided by some component.
Definition at line 26 of file ComponentCSS.php.
| ILIAS\Component\Resource\ComponentCSS::__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 ComponentCSS.php.
References ILIAS\GlobalScreen\Provider\__construct().
 Here is the call graph for this function:| const ILIAS\Component\Resource\ComponentCSS::TARGET = "assets/css" | 
Definition at line 28 of file ComponentCSS.php.
Referenced by ILIAS\Component\Resource\NodeModule\getTarget().