Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer::withFlagParser PHP Method

withFlagParser() public method

public withFlagParser ( Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $parser ) : self
$parser Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface
return self
    public function withFlagParser(FlagParserInterface $parser) : self
    {
        return new static($this->collectionDenormalizer, $this->denormalizer, $parser);
    }