PHP Интерфейс Nelmio\Alice\Generator\FixtureSetResolverInterface

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
resolve ( FixtureSet $fixtureSet ) : ResolvedFixtureSet Resolves the loaded parameters and merge the injected ones with them and also resolves the fixture flags.

Описание методов

resolve() публичный Метод

Resolves the loaded parameters and merge the injected ones with them and also resolves the fixture flags.
public resolve ( FixtureSet $fixtureSet ) : ResolvedFixtureSet
$fixtureSet Nelmio\Alice\FixtureSet
Результат ResolvedFixtureSet