Runtime
class Runtime
| internal |
Runtime rendering helpers used by Latte v2 & v3.
Methods
static void
static string
static string
static object
item(object|string|int $item, object $global)
Resolves a control or container from the current form on the stack.
Details
at line 28
static void
initializeForm(Form $form)
Fires render events and resets the 'rendered' option on all controls.
at line 41
static string
renderFormBegin(Form $form, array $attrs, bool $withTags = true)
Renders form begin.
at line 58
static string
renderFormEnd(Form $form, bool $withTags = true)
Renders form end.
at line 86
static object
item(object|string|int $item, object $global)
Resolves a control or container from the current form on the stack.
Traits
StaticClass