Blade::compileEchoDefaults PHP Method

compileEchoDefaults() public static method

Compile the default values for the echo statement.
public static compileEchoDefaults ( string $value ) : string
$value string
return string
        public static function compileEchoDefaults($value)
        {
            return \Illuminate\View\Compilers\BladeCompiler::compileEchoDefaults($value);
        }