PropertyConfigBundle
Not entirely sure if this is used.
Tags
Table of Contents
$data | A map of [interface name => IPropertyConfig] | array |
---|---|---|
__construct() | mixed | |
setConfig() | Adds a config instance to this bundle | mixed |
getData() | array | |
bundleWith() | void | |
bundle() | void |
Properties
$data
A map of [interface name => IPropertyConfig]
private
array
$data
Methods
__construct()
public
__construct(
...$bundles :
PropertyConfigBundle
)
: mixed
Parameters
- $bundles : PropertyConfigBundle
Return values
mixedsetConfig()
Adds a config instance to this bundle
public
setConfig(
$interface :
string
, $config :
IPropertyConfig
)
: mixed
Parameters
- $interface : string
- $config : IPropertyConfig
Tags
Return values
mixedgetData()
public
getData(
)
: array
Return values
arraybundleWith()
public
bundleWith(
...$that :
PropertyConfigBundle
)
: void
Parameters
- $that : PropertyConfigBundle
bundle()
private
bundle(
...$that :
PropertyConfigBundle
)
: void
Parameters
- $that : PropertyConfigBundle