DoctrineConfig
in package
implements
ConfigBuilderInterface
This class is automatically generated to help in creating a config.
Table of Contents
Interfaces
- ConfigBuilderInterface
- A ConfigBuilder provides helper methods to build a large complex array.
Properties
- $_usedProperties : mixed
- $dbal : mixed
- $orm : mixed
Methods
- __construct() : mixed
- dbal() : DbalConfig|$this
- getExtensionAlias() : string
- Gets the alias for the extension which config we are building.
- orm() : OrmConfig|$this
- toArray() : array<string|int, mixed>
- Gets all configuration represented as an array.
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$dbal
private
mixed
$dbal
$orm
private
mixed
$orm
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
dbal()
public
dbal([mixed $value = [] ]) : DbalConfig|$this
Parameters
- $value : mixed = []
Return values
DbalConfig|$thisgetExtensionAlias()
Gets the alias for the extension which config we are building.
public
getExtensionAlias() : string
Return values
stringorm()
public
orm([mixed $value = [] ]) : OrmConfig|$this
Parameters
- $value : mixed = []
Return values
OrmConfig|$thistoArray()
Gets all configuration represented as an array.
public
toArray() : array<string|int, mixed>