Documentation

TableOfContentsBuilder
in package
implements ConfigurationAwareInterface

Interfaces, Classes and Traits

ConfigurationAwareInterface
Implement this class to inject the configuration where needed

Table of Contents

NORMALIZE_DISABLED  = LeagueCommonMarkExtensionTableOfContentsTableOfContentsGenerator::NORMALIZE_DISABLED
NORMALIZE_FLAT  = LeagueCommonMarkExtensionTableOfContentsTableOfContentsGenerator::NORMALIZE_FLAT
NORMALIZE_RELATIVE  = LeagueCommonMarkExtensionTableOfContentsTableOfContentsGenerator::NORMALIZE_RELATIVE
POSITION_BEFORE_HEADINGS  = 'before-headings'
POSITION_PLACEHOLDER  = 'placeholder'
POSITION_TOP  = 'top'
STYLE_BULLET  = LeagueCommonMarkExtensionTableOfContentsTableOfContentsGenerator::STYLE_BULLET
STYLE_ORDERED  = LeagueCommonMarkExtensionTableOfContentsTableOfContentsGenerator::STYLE_ORDERED
$config  : ConfigurationInterface
onDocumentParsed()  : void
setConfiguration()  : void
insertBeforeFirstLinkedHeading()  : void
replacePlaceholders()  : void

Constants

NORMALIZE_DISABLED

public mixed NORMALIZE_DISABLED = LeagueCommonMarkExtensionTableOfContentsTableOfContentsGenerator::NORMALIZE_DISABLED
Tags
deprecated

Use TableOfContentsGenerator::NORMALIZE_DISABLED instead

NORMALIZE_FLAT

public mixed NORMALIZE_FLAT = LeagueCommonMarkExtensionTableOfContentsTableOfContentsGenerator::NORMALIZE_FLAT
Tags
deprecated

Use TableOfContentsGenerator::NORMALIZE_FLAT instead

NORMALIZE_RELATIVE

public mixed NORMALIZE_RELATIVE = LeagueCommonMarkExtensionTableOfContentsTableOfContentsGenerator::NORMALIZE_RELATIVE
Tags
deprecated

Use TableOfContentsGenerator::NORMALIZE_RELATIVE instead

STYLE_BULLET

public mixed STYLE_BULLET = LeagueCommonMarkExtensionTableOfContentsTableOfContentsGenerator::STYLE_BULLET
Tags
deprecated

Use TableOfContentsGenerator::STYLE_BULLET instead

STYLE_ORDERED

public mixed STYLE_ORDERED = LeagueCommonMarkExtensionTableOfContentsTableOfContentsGenerator::STYLE_ORDERED
Tags
deprecated

Use TableOfContentsGenerator::STYLE_ORDERED instead

Properties

Methods

Search results