trait CompilesComponents

Methods

string
compileComponent(string $expression)

Compile the component statements into valid PHP.

string
compileEndComponent()

Compile the end-component statements into valid PHP.

string
compileSlot(string $expression)

Compile the slot statements into valid PHP.

string
compileEndSlot()

Compile the end-slot statements into valid PHP.

Details

at line 13
protected string compileComponent(string $expression)

Compile the component statements into valid PHP.

Parameters

string $expression

Return Value

string

at line 23
protected string compileEndComponent()

Compile the end-component statements into valid PHP.

Return Value

string

at line 34
protected string compileSlot(string $expression)

Compile the slot statements into valid PHP.

Parameters

string $expression

Return Value

string

at line 44
protected string compileEndSlot()

Compile the end-slot statements into valid PHP.

Return Value

string