|
Stud.IP
6.1
|
Public Member Functions | |
| createCSSFile ($filename, array $metadata=[]) | |
| createJSFile ($filename, array $metadata=[]) | |
Interface for the assets factory.
Implement your own factory and asset objects if you want to use your own storage for assets.
| createCSSFile | ( | $filename, | |
| array | $metadata = [] |
||
| ) |
Restores or create a css file based on the given information.
| String | $filename | Filename of the original file |
| Array | $metadata | Potential metadata |
Implemented in PluginAssetFactory.
| createJSFile | ( | $filename, | |
| array | $metadata = [] |
||
| ) |
Restores or create a js file based on the given information.
| String | $filename | Filename of the original file |
| Array | $metadata | Potential metadata |
Implemented in PluginAssetFactory.