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()
No description
Details
at line 28
__construct(Storage $storage)
No description
at line 34
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 91
void
rollback()
No description