Runtime
class Runtime
internal |
Runtime helpers for Latte.
Properties
$inner |
Methods
static string
static string
static void
renderBlueprint($form)
Generates blueprint of form.
getLabel($name = null)
No description
getControl()
No description
bool
isRequired()
No description
getOption($key, $default = null)
No description
Details
at line 29
static string
renderFormBegin(Form $form, array $attrs, bool $withTags = true)
Renders form begin.
at line 49
static string
renderFormEnd(Form $form, bool $withTags = true)
Renders form end.
at line 80
static void
renderBlueprint($form)
Generates blueprint of form.
at line 89
getLabel($name = null)
No description
at line 97
getControl()
No description
at line 103
bool
isRequired()
No description
at line 109
getOption($key, $default = null)
No description
Traits
StaticClass