PHP Интерфейс Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerInterface

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

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

Метод Описание
denormalize ( FixtureBag $builtFixtures, string $className, string $fixtureId, array $specs, FlagBag $flags ) : FixtureBag A more specific version of {@see \Nelmio\Alice\BuilderInterface} dedicated to fixtures.

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

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

A more specific version of {@see \Nelmio\Alice\BuilderInterface} dedicated to fixtures.
public denormalize ( FixtureBag $builtFixtures, string $className, string $fixtureId, array $specs, FlagBag $flags ) : FixtureBag
$builtFixtures Nelmio\Alice\FixtureBag
$className string FQCN (no flags)
$fixtureId string
$specs array Contains the list of property calls, constructor specification and method calls
$flags Nelmio\Alice\Definition\FlagBag Flags inherited from the namespace.
Результат Nelmio\Alice\FixtureBag $builtFixtures with the new built fixtures.