Link
- Namespace: \Redaxscript\Head
- Description: children class to create the link tag
- Package: Redaxscript
- Category: Head
- Author: Henry Ruhs
- Author: Balázs Szilágyi
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_optionArray | protected | ||
_rewriteArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
appendFile | public | append link file |
prependFile | public | prepend link file |
removeFile | public | remove link file |
rewrite | public | rewrite the link |
concat | public | concat the link |
render | public | render the link |
_getRewriteArray | protected | get the rewrite array |
_setRewriteArray | protected | set the rewrite array |
__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 |