class Runtime

internal  
 

Runtime helpers for Latte.

Methods

static string
renderFormBegin(Form $form, array $attrs, $withTags = true)

Renders form begin.

static string
renderFormEnd(Form $form, $withTags = true)

Renders form end.

Details

at line 27
static string renderFormBegin(Form $form, array $attrs, $withTags = true)

Renders form begin.

Parameters

Form $form
array $attrs
$withTags

Return Value

string

at line 48
static string renderFormEnd(Form $form, $withTags = true)

Renders form end.

Parameters

Form $form
$withTags

Return Value

string

Traits

StaticClass