Documentation

EntityManagerConfig
in package

This class is automatically generated to help in creating a config.

Table of Contents

Properties

$_usedProperties  : mixed
$autoMapping  : mixed
$classMetadataFactoryName  : mixed
$connection  : mixed
$defaultRepositoryClass  : mixed
$dql  : mixed
$entityListenerResolver  : mixed
$entityListeners  : mixed
$filters  : mixed
$hydrators  : mixed
$mappings  : mixed
$metadataCacheDriver  : mixed
$namingStrategy  : mixed
$queryCacheDriver  : mixed
$quoteStrategy  : mixed
$reportFieldsWhereDeclared  : mixed
$repositoryFactory  : mixed
$resultCacheDriver  : mixed
$schemaIgnoreClasses  : mixed
$secondLevelCache  : mixed
$validateXmlMapping  : mixed

Methods

__construct()  : mixed
autoMapping()  : $this
classMetadataFactoryName()  : $this
connection()  : $this
defaultRepositoryClass()  : $this
dql()  : DqlConfig
entityListenerResolver()  : $this
entityListeners()  : EntityListenersConfig|$this
filter()  : FilterConfig|$this
hydrator()  : $this
mapping()  : MappingConfig|$this
metadataCacheDriver()  : MetadataCacheDriverConfig|$this
namingStrategy()  : $this
queryCacheDriver()  : QueryCacheDriverConfig|$this
quoteStrategy()  : $this
reportFieldsWhereDeclared()  : $this
Set to "true" to opt-in to the new mapping driver mode that was added in Doctrine ORM 2.16 and will be mandatory in ORM 3.0. See https://github.com/doctrine/orm/pull/10455.
repositoryFactory()  : $this
resultCacheDriver()  : ResultCacheDriverConfig|$this
schemaIgnoreClasses()  : $this
secondLevelCache()  : SecondLevelCacheConfig
toArray()  : array<string|int, mixed>
validateXmlMapping()  : $this
Set to "true" to opt-in to the new mapping driver mode that was added in Doctrine ORM 2.14 and will be mandatory in ORM 3.0. See https://github.com/doctrine/orm/pull/6728.

Properties

Methods

__construct()

public __construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
$value : array<string|int, mixed> = []

hydrator()

public hydrator(string $name, mixed $value) : $this
Parameters
$name : string
$value : mixed
Return values
$this

reportFieldsWhereDeclared()

Set to "true" to opt-in to the new mapping driver mode that was added in Doctrine ORM 2.16 and will be mandatory in ORM 3.0. See https://github.com/doctrine/orm/pull/10455.

public reportFieldsWhereDeclared(ParamConfigurator|mixed $value) : $this
Parameters
$value : ParamConfigurator|mixed
Tags
default

false

Return values
$this

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

validateXmlMapping()

Set to "true" to opt-in to the new mapping driver mode that was added in Doctrine ORM 2.14 and will be mandatory in ORM 3.0. See https://github.com/doctrine/orm/pull/6728.

public validateXmlMapping(ParamConfigurator|bool $value) : $this
Parameters
$value : ParamConfigurator|bool
Tags
default

false

Return values
$this

        
On this page

Search results