void setContentTags(string $openTag, string $closeTag, bool $escaped = false) Sets the content tags used for the compiler. Parameters string $openTag string $closeTag bool $escaped Return Value void
bool isExpired(string $path) Determine if the view at the given path is expired. Parameters string $path Return Value bool
array getRawTags() Gets the raw tags used by the compiler. Return Value array
string getPath() Get the path currently being compiled. Return Value string
array getExtensions() Get the extensions used by the compiler. Return Value array
string getEscapedContentTags() Gets the escaped content tags used for the compiler. Return Value string
array getCustomDirectives() Get the list of custom directives. Return Value array
string getContentTags() Gets the 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
Page 924 of 996