OrmConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $autoGenerateProxyClasses : mixed
- $controllerResolver : mixed
- $defaultEntityManager : mixed
- $enableLazyGhostObjects : mixed
- $entityManagers : mixed
- $proxyDir : mixed
- $proxyNamespace : mixed
- $resolveTargetEntities : mixed
Methods
- __construct() : mixed
- autoGenerateProxyClasses() : $this
- Auto generate mode possible values are: "NEVER", "ALWAYS", "FILE_NOT_EXISTS", "EVAL", "FILE_NOT_EXISTS_OR_CHANGED"
- controllerResolver() : ControllerResolverConfig
- defaultEntityManager() : $this
- enableLazyGhostObjects() : $this
- entityManager() : EntityManagerConfig
- proxyDir() : $this
- proxyNamespace() : $this
- resolveTargetEntity() : $this
- toArray() : array<string|int, mixed>
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$autoGenerateProxyClasses
private
mixed
$autoGenerateProxyClasses
$controllerResolver
private
mixed
$controllerResolver
$defaultEntityManager
private
mixed
$defaultEntityManager
$enableLazyGhostObjects
private
mixed
$enableLazyGhostObjects
$entityManagers
private
mixed
$entityManagers
$proxyDir
private
mixed
$proxyDir
$proxyNamespace
private
mixed
$proxyNamespace
$resolveTargetEntities
private
mixed
$resolveTargetEntities
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
autoGenerateProxyClasses()
Auto generate mode possible values are: "NEVER", "ALWAYS", "FILE_NOT_EXISTS", "EVAL", "FILE_NOT_EXISTS_OR_CHANGED"
public
autoGenerateProxyClasses(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thiscontrollerResolver()
public
controllerResolver([array<string|int, mixed> $value = [] ]) : ControllerResolverConfig
Parameters
- $value : array<string|int, mixed> = []
Return values
ControllerResolverConfigdefaultEntityManager()
public
defaultEntityManager(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisenableLazyGhostObjects()
public
enableLazyGhostObjects(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thisentityManager()
public
entityManager(string $name[, array<string|int, mixed> $value = [] ]) : EntityManagerConfig
Parameters
- $name : string
- $value : array<string|int, mixed> = []
Return values
EntityManagerConfigproxyDir()
public
proxyDir(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisproxyNamespace()
public
proxyNamespace(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisresolveTargetEntity()
public
resolveTargetEntity(string $interface, mixed $value) : $this
Parameters
- $interface : string
- $value : mixed
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>