GatherFootnotesListener
in package
implements
ConfigurationAwareInterface
FinalYes
Table of Contents
Interfaces
- ConfigurationAwareInterface
- Implement this class to facilitate setter injection of the configuration where needed
Properties
Methods
- onDocumentParsed() : void
- setConfiguration() : void
- createBackrefs() : void
- Look for all footnote refs pointing to this footnote and create each footnote backrefs.
- getFootnotesContainer() : FootnoteContainer
Properties
$config
private
ConfigurationInterface
$config
Methods
onDocumentParsed()
public
onDocumentParsed(DocumentParsedEvent $event) : void
Parameters
- $event : DocumentParsedEvent
setConfiguration()
public
setConfiguration(ConfigurationInterface $configuration) : void
Parameters
- $configuration : ConfigurationInterface
createBackrefs()
Look for all footnote refs pointing to this footnote and create each footnote backrefs.
private
createBackrefs(Footnote $node, array<string|int, Reference> $backrefs) : void
Parameters
getFootnotesContainer()
private
getFootnotesContainer(Document $document) : FootnoteContainer
Parameters
- $document : Document