CompilesEchos
trait CompilesEchos
Methods
string
compileEchos(string $value)
Compile Blade echos into valid PHP.
array
getEchoMethods()
Get the echo methods in the proper order for compilation.
string
compileRawEchos(string $value)
Compile the "raw" echo statements.
string
compileRegularEchos(string $value)
Compile the "regular" echo statements.
string
compileEscapedEchos(string $value)
Compile the escaped echo statements.
string
compileEchoDefaults(string $value)
Compile the default values for the echo statement.
Details
at line 13
protected string
compileEchos(string $value)
Compile Blade echos into valid PHP.
at line 27
protected array
getEchoMethods()
Get the echo methods in the proper order for compilation.
at line 42
protected string
compileRawEchos(string $value)
Compile the "raw" echo statements.
at line 61
protected string
compileRegularEchos(string $value)
Compile the "regular" echo statements.
at line 82
protected string
compileEscapedEchos(string $value)
Compile the escaped echo statements.
at line 101
string
compileEchoDefaults(string $value)
Compile the default values for the echo statement.