AnsiToHtmlTokenParser
extends AbstractTokenParser
in package
Table of Contents
Methods
- decideBlockEnd() : bool
- getTag() : string
- Gets the tag name associated with this token parser.
- parse() : mixed
Methods
decideBlockEnd()
public
decideBlockEnd(Token $token) : bool
Parameters
- $token : Token
Return values
boolgetTag()
Gets the tag name associated with this token parser.
public
getTag() : string
Return values
stringparse()
public
parse(Token $token) : mixed
Parameters
- $token : Token