event
class event extends AbstractTokenParser
Properties
protected environment | $environment |
Methods
Node
parse(Token $token)
Parses a token and returns a node.
string
getTag()
Gets the tag name associated with this token parser.
Details
at line 26
__construct(environment $environment)
Constructor
at line 38
Node
parse(Token $token)
Parses a token and returns a node.
at line 53
string
getTag()
Gets the tag name associated with this token parser.