PHP Interface Nelmio\Alice\FixtureBuilder\Denormalizer\FixtureBagDenormalizerInterface

Show file Open project: nelmio/alice Interface Usage Examples

Public Methods

Method Description
denormalize ( array $data ) : FixtureBag More specific version of {@see \Nelmio\Alice\FixtureBuilder\BuilderInterface}.

Method Details

denormalize() public method

Denormalizes the parsed data or a subset of it parsed into a list of fixtures.
public denormalize ( array $data ) : FixtureBag
$data array subset of PHP data coming from the parser (does not contains any parameters)
return Nelmio\Alice\FixtureBag