Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\FakeChainableDenormalizerAwareDenormalizer::withFixtureDenormalizer PHP Method

withFixtureDenormalizer() public method

public withFixtureDenormalizer ( Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerInterface $denormalizer ) : static
$denormalizer Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerInterface
return static
    public function withFixtureDenormalizer(FixtureDenormalizerInterface $denormalizer)
    {
        $this->denormalizer = $denormalizer;
        return $this;
    }
FakeChainableDenormalizerAwareDenormalizer