AnonymousFootnotesListener
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
Properties
$config
private
ConfigurationInterface
$config
Methods
onDocumentParsed()
public
onDocumentParsed(DocumentParsedEvent $event) : void
Parameters
- $event : DocumentParsedEvent
setConfiguration()
public
setConfiguration(ConfigurationInterface $configuration) : void
Parameters
- $configuration : ConfigurationInterface