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

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

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

Метод Описание
denormalize ( Nelmio\Alice\FixtureInterface $fixture, Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $parser, array $unparsedSpecs ) : SpecificationBag

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

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

public denormalize ( Nelmio\Alice\FixtureInterface $fixture, Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $parser, array $unparsedSpecs ) : SpecificationBag
$fixture Nelmio\Alice\FixtureInterface Fixture to which the specifications will be "attached to". Indeed some values may be bound to a scope (e.g. unique values). To guarantee the absolute uniqueness of the values, a good thing is to make them relative to their fixtures. So in practice we often pass the fixture being instantiated and will assign it the specifications bags to it later.
$parser Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface
$unparsedSpecs array
Результат Nelmio\Alice\Definition\SpecificationBag