HumHub Documentation (unofficial)

TokenParserInterface

Interface implemented by token parsers.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Methods

getTag()  : string
Gets the tag name associated with this token parser.
parse()  : Node
Parses a token and returns a node.
setParser()  : void
Sets the parser associated with this token parser.

Methods

getTag()

Gets the tag name associated with this token parser.

public getTag() : string
Return values
string

        
On this page

Search results