메소드 |
설명 |
|
buildArguments ( string $key ) |
Convert simple config arguments into Argument objects |
|
buildCallsArguments ( ) |
Build arguments for "Calls" methods |
|
buildFactoryArgument ( ) |
Convert factory service arguments into FactoryArgument objects |
|
buildServiceConfig ( ) : ServiceConfig |
Build final ServiceConfig object |
|
extendConfig ( ArrayObject $config, ArrayObject $parentConfig ) : ArrayObject |
Extend $config with $parentConfig |
|
insertParameters ( ArrayObject $config ) : ArrayObject |
Insert parameters into the config |
|
manageInheritance ( ) |
Check if current service has a parent service and merge its config with parent service config. |
|