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
get(object|string|int $item, string $type = Control::class)
Resolves a control or container from the current form on the stack.
void
end()
No description
bool
isNested()
Are we nested inside an already open form?
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
get(object|string|int $item, string $type = Control::class)
Resolves a control or container from the current form on the stack.
at line 108
void
begin(Container $form, bool $detached = false)
No description
at line 134
void
end()
No description
at line 141
Container
getScope()
No description
at line 148
bool
isNested()
Are we nested inside an already open form?