Skip to content

Kirby 4.2.0

$snippet->open()

Opens the snippet and starts output buffering to catch all slots in between

$snippet->open(): Kirby\Template\Snippet

Return type

Kirby\Template\Snippet

This method does not modify the existing $snippet object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Template\Snippet