Blade::getEscapedContentTags PHP Метод

getEscapedContentTags() публичный статический Метод

Gets the escaped content tags used for the compiler.
public static getEscapedContentTags ( ) : string
Результат string
        public static function getEscapedContentTags()
        {
            return \Illuminate\View\Compilers\BladeCompiler::getEscapedContentTags();
        }