Blade::compileEchoDefaults PHP Méthode

compileEchoDefaults() public static méthode

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