Property | Type | Description | |
---|---|---|---|
$environment | |||
$objectManager | Neos\Flow\ObjectManagement\ObjectManagerInterface | ||
$reflectionService | |||
$settings | array |
Method | Description | |
---|---|---|
create ( ) : |
Factory method which creates an EntityManager. | |
injectSettings ( array $settings ) : void | Injects the Flow settings, the persistence part is kept for further use. |
Method | Description | |
---|---|---|
applyDqlSettingsToConfiguration ( array $configuredSettings, Doctrine\ORM\Configuration $doctrineConfiguration ) : void | Apply configured settings regarding DQL to the Doctrine Configuration. | |
applySecondLevelCacheSettingsToConfiguration ( array $configuredSettings, Doctrine\ORM\Configuration $doctrineConfiguration ) : void | Apply configured settings regarding Doctrine's second level cache. | |
buildEventManager ( ) : Doctrine\Common\EventManager | Add configured event subscribers and listeners to the event manager |
protected applyDqlSettingsToConfiguration ( array $configuredSettings, Doctrine\ORM\Configuration $doctrineConfiguration ) : void | ||
$configuredSettings | array | |
$doctrineConfiguration | Doctrine\ORM\Configuration | |
return | void |
protected applySecondLevelCacheSettingsToConfiguration ( array $configuredSettings, Doctrine\ORM\Configuration $doctrineConfiguration ) : void | ||
$configuredSettings | array | |
$doctrineConfiguration | Doctrine\ORM\Configuration | |
return | void |
protected buildEventManager ( ) : Doctrine\Common\EventManager | ||
return | Doctrine\Common\EventManager |
public create ( ) : |
||
return |
public injectSettings ( array $settings ) : void | ||
$settings | array | |
return | void |
protected Environment,Neos\Flow\Utility $environment | ||
return |
protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager | ||
return | Neos\Flow\ObjectManagement\ObjectManagerInterface |
protected ReflectionService,Neos\Flow\Reflection $reflectionService | ||
return |