Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Nelmio
Alice
Generator
Resolver
ParameterBagResolverInterface
PHP Interface Nelmio\Alice\Generator\Resolver\ParameterBagResolverInterface
Mostra file
Open project: nelmio/alice
Interface Usage Examples
Public Methods
Method
Description
resolve
(
ParameterBag
$unresolvedParameters
,
ParameterBag
$injectedParameters
= null ) :
ParameterBag
Resolves a collection of parameters.
Method Details
resolve()
public
method
External parameters can be injected in the process; It is assumed that injected parameters are already resolved and they will be included in the resulting parameter bag.
public
resolve
(
ParameterBag
$unresolvedParameters
,
ParameterBag
$injectedParameters
= null ) :
ParameterBag
$unresolvedParameters
Nelmio\Alice\ParameterBag
$injectedParameters
Nelmio\Alice\ParameterBag
return
Nelmio\Alice\ParameterBag