class Runtime

internal  
 

Runtime helpers for Latte v3.

Methods

string
renderFormBegin(array $attrs, bool $withTags = true)

Renders form begin.

string
renderFormEnd(bool $withTags = true)

Renders form end.

object
item($item)

No description

void
begin(Container $form)

No description

void
end()

No description

current()

No description

Details

at line 30
string renderFormBegin(array $attrs, bool $withTags = true)

Renders form begin.

Parameters

array $attrs
bool $withTags

Return Value

string

at line 48
string renderFormEnd(bool $withTags = true)

Renders form end.

Parameters

bool $withTags

Return Value

string

at line 73
object item($item)

No description

Parameters

$item

Return Value

object

at line 81
void begin(Container $form)

No description

Parameters

Container $form

Return Value

void

at line 94
void end()

No description

Return Value

void

at line 100
Container current()

No description

Return Value

Container