class
League
/
CommonMark
/
Util
/
LinkParserHelper
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
final
LinkParserHelper
Methods
public
static
parseLinkDestination ( Cursor $cursor ) : string|null
Attempt to parse link destination
public
static
parseLinkLabel ( Cursor $cursor ) : void
public
static
parsePartialLinkLabel ( Cursor $cursor ) : void
public
static
parseLinkTitle ( Cursor $cursor ) : string|null
Attempt to parse link title (sans quotes)
public
static
parsePartialLinkTitle ( Cursor $cursor , string $endDelimiter ) : void
private
static