CommentaryDefaultAddCommentTokenParser
extends AbstractTokenParser
in package
Token Parser for the 'commentary_can_add_comments ' tag.
Table of Contents
- getTag() : string
- Gets the tag name associated with this token parser.
- parse() : Node
- Parses a token and returns a node.
Methods
getTag()
Gets the tag name associated with this token parser.
public
getTag() : string
Return values
string —The tag name
parse()
Parses a token and returns a node.
public
parse(Token $token) : Node
Parameters
- $token : Token