Runtime
class Runtime
| internal |
Runtime rendering helpers used by Latte.
Methods
string
renderFormBegin(array $attrs, bool $withTags = true)
Renders form begin.
string
renderFormEnd(bool $withTags = true)
Renders form end.
Container
item(object|string|int $item, string $type = Control::class)
Resolves a control or container from the current form on the stack.
void
end()
No description
Details
at line 36
string
renderFormBegin(array $attrs, bool $withTags = true)
Renders form begin.
at line 58
string
renderFormEnd(bool $withTags = true)
Renders form end.
at line 93
Container
item(object|string|int $item, string $type = Control::class)
Resolves a control or container from the current form on the stack.
at line 110
void
begin(Container $form, bool $detached = false)
No description
at line 135
void
end()
No description
at line 142
Container
current()
No description