CompilesEchos
Table of Contents
- compileEchoDefaults() : string
- Compile the default values for the echo statement.
- compileEchos() : string
- Compile Blade echos into valid PHP.
- compileEscapedEchos() : string
- Compile the escaped echo statements.
- compileRawEchos() : string
- Compile the "raw" echo statements.
- compileRegularEchos() : string
- Compile the "regular" echo statements.
- getEchoMethods() : array<string|int, mixed>
- Get the echo methods in the proper order for compilation.
Methods
compileEchoDefaults()
Compile the default values for the echo statement.
public
compileEchoDefaults(string $value) : string
Parameters
- $value : string
Return values
string —compileEchos()
Compile Blade echos into valid PHP.
protected
compileEchos(string $value) : string
Parameters
- $value : string
Return values
string —compileEscapedEchos()
Compile the escaped echo statements.
protected
compileEscapedEchos(string $value) : string
Parameters
- $value : string
Return values
string —compileRawEchos()
Compile the "raw" echo statements.
protected
compileRawEchos(string $value) : string
Parameters
- $value : string
Return values
string —compileRegularEchos()
Compile the "regular" echo statements.
protected
compileRegularEchos(string $value) : string
Parameters
- $value : string
Return values
string —getEchoMethods()
Get the echo methods in the proper order for compilation.
protected
getEchoMethods() : array<string|int, mixed>