Метод | Описание | |
---|---|---|
resolve ( array $arguments, Nelmio\Alice\FixtureInterface $fixture, |
Resolves an array of arguments, i.e. determine the final value of each argument parameter. Once resolved, the value will be ready to be passed to the object. |
public resolve ( array $arguments, Nelmio\Alice\FixtureInterface $fixture, |
||
$arguments | array | Arguments to resolved |
$fixture | Nelmio\Alice\FixtureInterface | Fixture to which belongs the arguments. |
$fixtureSet | ||
$scope | array | List of variables accessible while resolving the arguments. |
Результат | Set where the arguments of the given fixture will have been resolved. |