CompilesComponents
Table of Contents
- compileComponent() : string
- Compile the component statements into valid PHP.
- compileEndComponent() : string
- Compile the end-component statements into valid PHP.
- compileEndSlot() : string
- Compile the end-slot statements into valid PHP.
- compileSlot() : string
- Compile the slot statements into valid PHP.
Methods
compileComponent()
Compile the component statements into valid PHP.
protected
compileComponent(string $expression) : string
Parameters
- $expression : string
Return values
string —compileEndComponent()
Compile the end-component statements into valid PHP.
protected
compileEndComponent() : string
Return values
string —compileEndSlot()
Compile the end-slot statements into valid PHP.
protected
compileEndSlot() : string
Return values
string —compileSlot()
Compile the slot statements into valid PHP.
protected
compileSlot(string $expression) : string
Parameters
- $expression : string