HeadAbstract
- Namespace: \Redaxscript\Head
- Description: abstract class to create a head class
- Package: Redaxscript
- Category: Head
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_namespace | protected | ||
_collectionArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
__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 |