Abstract base implementation for an event driven environment populator.

To utilize this class, you only have to implement the remaining method "populate" and register the populators static method "process" to the event dispatcher.

 Methods

Creates an instance of itself and processes the event.

process(\ContaoCommunityAlliance\DcGeneral\Factory\Event\PopulateEnvironmentEvent $event) : void
Static
The attached environment {@link ContaoCommunityAlliance\DcGeneral\EnvironmentInterface} will be populated with the information from the builder's data source.

Parameters

 Constants

 

Priority of the listener.

PRIORITY 
Just here vor sanity, must be overwritten by implementation.