class Runtime

internal  
 

Runtime helpers for Latte v2 & v3.

Methods

static void
initializeForm(Form $form)

No description

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

Renders form begin.

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

Renders form end.

static object
item($item, $global)

No description

Details

at line 25
static void initializeForm(Form $form)

No description

Parameters

Form $form

Return Value

void

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

Renders form begin.

Parameters

Form $form
array $attrs
bool $withTags

Return Value

string

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

Renders form end.

Parameters

Form $form
bool $withTags

Return Value

string

at line 78
static object item($item, $global)

No description

Parameters

$item
$global

Return Value

object

Traits

StaticClass