This interface describes a generic environment populator.

It only consists of a single "populate" method which will create instances of objects and push them into the environment.

 Methods

Create all needed objects the populator knows to create and put them into the environment.

populate(\ContaoCommunityAlliance\DcGeneral\EnvironmentInterface $environment) : void

Parameters

$environment

\ContaoCommunityAlliance\DcGeneral\EnvironmentInterface

The environment to populate.