class Runtime

internal  
 

Runtime helpers for Latte v3.

Methods

__construct(Storage $storage)

No description

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

Parameters

Storage $storage

at line 34
void initialize(Template $template)

No description

Parameters

Template $template

Return Value

void

at line 48
bool createCache(string $key, array|null $args = null)

Starts the output cache. Returns true if buffering was started.

Parameters

string $key
array|null $args

Return Value

bool

at line 82
void end()

Ends the output cache.

Return Value

void

at line 91
void rollback()

No description

Return Value

void