Runtime
class Runtime
| internal |
Runtime helpers for Latte v3.
Methods
void
initialize(Template $template)
No description
bool
createCache(string $key, array|null $args = null)
Starts the output cache. Returns true if buffering was started.
void
end()
Ends the output cache.
void
rollback()
Discards the buffered output without saving to the cache.
Details
at line 27
__construct(Storage $storage)
No description
at line 33
void
initialize(Template $template)
No description
at line 48
bool
createCache(string $key, array|null $args = null)
Starts the output cache. Returns true if buffering was started.
at line 82
void
end()
Ends the output cache.
at line 94
void
rollback()
Discards the buffered output without saving to the cache.