Runtime2
class Runtime2
internal |
Runtime helpers for Latte v2.
Methods
static string
static string
static void
static void
Details
at line 29
static string
renderFormBegin(Form $form, array $attrs, bool $withTags = true)
Renders form begin.
at line 51
static string
renderFormEnd(Form $form, bool $withTags = true)
Renders form end.
at line 82
static void
renderFormPrint(Form $form)
Generates blueprint of form.
at line 97
static void
renderFormClassPrint(Form $form)
Generates blueprint of form data class.
Traits
StaticClass