GatherFootnotesListener
in package
implements
ConfigurationAwareInterface
Interfaces, Classes and Traits
- ConfigurationAwareInterface
- Implement this class to inject the configuration where needed
Table of Contents
- $config : ConfigurationInterface
- onDocumentParsed() : void
- setConfiguration() : void
- getFootnotesContainer() : FootnoteContainer
Properties
$config
private
ConfigurationInterface
$config
Methods
onDocumentParsed()
public
onDocumentParsed(DocumentParsedEvent $event) : void
Parameters
- $event : DocumentParsedEvent
Return values
void —setConfiguration()
public
setConfiguration(ConfigurationInterface $config) : void
Parameters
- $config : ConfigurationInterface
Return values
void —getFootnotesContainer()
private
getFootnotesContainer(Document $document) : FootnoteContainer
Parameters
- $document : Document