FlashTokenParser
Parser for the {% flash %} Twig tag.
class Cms\Twig\FlashTokenParser
extends Twig\TokenParser\AbstractTokenParser
Extends
Class | Description |
---|---|
Twig\TokenParser\AbstractTokenParser
|
Methods
public decideIfEnd (Twig\Token $token)
Parameters
Property | Type | Description |
---|---|---|
$token | Twig\Token |
Twig\Token
|
Returns
mixed
public getTag () : string
Gets the tag name associated with this token parser.
Returns
string
The tag name
public parse (Twig\Token $token) : TwigNode
Parses a token and returns a node.
Parameters
Property | Type | Description |
---|---|---|
$token | Twig\Token |
Twig\Token
A TwigToken instance |
Returns
TwigNode
A TwigNode instance
Copyright © 2024 Winter CMS