Loader
- Namespace: \Redaxscript\Asset
- Description: parent class to load and concat assets
- Package: Redaxscript
- Category: Asset
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_registry | protected | ||
_collectionArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
__construct | public | constructor of the class |
init | public | init the class |
getCollectionArray | public | get the collection array |
setCollectionArray | public | set the collection array |
concat | public | concat the collection |
_handleCache | protected | handle the cache |
_getContent | protected | get the content |
Method | Visibility | Description |
Transport
- Namespace: \Redaxscript\Asset
- Description: class to transport javascript variables
- Package: Redaxscript
- Category: Asset
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_registry | protected | ||
_language | protected | ||
_registryArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
__construct | public | constructor of the class |
getArray | public | get the array |
render | public | render the javascript variables |
Method | Visibility | Description |