Script
- Namespace: \Redaxscript\Head
- Description: children class to create the script tag
- Package: Redaxscript
- Category: Head
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_optionArray | protected | ||
_inline | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
appendFile | public | append script file |
prependFile | public | prepend script file |
removeFile | public | remove script file |
appendInline | public | append inline script |
prependInline | public | prepend inline script |
transportVar | public | transport javascript variables |
concat | public | concat the script |
render | public | render the script |
clear | public | clear the script |
__toString | public | stringify the collection |
init | public | init the class |
append | public | append to the collection |
prepend | public | prepend to the collection |
remove | public | remove from to the collection |
clear | public | clear the collection |
_getCollectionArray | protected | get the collection array |
_setCollectionArray | protected | set the collection array |
__construct | private | constructor of the class |
getInstance | public | get the instance |
clearInstance | public | clear the instance |
Method | Visibility | Description |