string getPath() Get the path currently being compiled. Return Value string
void setEscapedContentTags(string $openTag, string $closeTag) Sets the escaped content tags used for the compiler. Parameters string $openTag string $closeTag Return Value void
void setEchoFormat(string $format) Set the echo format to be used by the compiler. Parameters string $format Return Value void
bool isExpired(string $path) Determine if the view at the given path is expired. Parameters string $path Return Value bool
array getExtensions() Get the extensions used by the compiler. Return Value array
array getCustomDirectives() Get the list of custom directives. Return Value array
string getEscapedContentTags() Gets the escaped content tags used for the compiler. Return Value string
string getCompiledPath(string $path) Get the path to the compiled version of a view. Parameters string $path Return Value string
void extend(callable $compiler) Register a custom Blade compiler. Parameters callable $compiler Return Value void
string getContentTags() Gets the content tags used for the compiler. Return Value string
Page 924 of 996