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 29
__construct(Storage $storage)
No description
at line 35
void
initialize(Template $template)
No description
at line 49
bool
createCache(string $key, array|null $args = null)
Starts the output cache. Returns true if buffering was started.
at line 83
void
end()
Ends the output cache.
at line 92
void
rollback()
No description