Blade::compileEchoDefaults PHP 메소드

compileEchoDefaults() 공개 정적인 메소드

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