class Runtime2

internal  
 

Runtime helpers for Latte v2.

Methods

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 void
renderFormPrint(Form $form)

Generates blueprint of form.

static void
renderFormClassPrint(Form $form)

Generates blueprint of form data class.

Details

at line 29
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 51
static string renderFormEnd(Form $form, bool $withTags = true)

Renders form end.

Parameters

Form $form
bool $withTags

Return Value

string

at line 82
static void renderFormPrint(Form $form)

Generates blueprint of form.

Parameters

Form $form

Return Value

void

at line 97
static void renderFormClassPrint(Form $form)

Generates blueprint of form data class.

Parameters

Form $form

Return Value

void

Traits

StaticClass