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 32
string renderFormBegin(array $attrs, bool $withTags = true)

Renders form begin.

Parameters

array $attrs
bool $withTags

Return Value

string

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

Renders form end.

Parameters

bool $withTags

Return Value

string

at line 75
object item($item)

No description

Parameters

$item

Return Value

object

at line 83
void begin(Container $form)

No description

Parameters

Container $form

Return Value

void

at line 96
void end()

No description

Return Value

void

at line 102
Container current()

No description

Return Value

Container