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

canDenormalize() public method

public canDenormalize ( string $reference ) : boolean
$reference string
return boolean
    public function canDenormalize(string $reference) : bool
    {
        return $this->collectionDenormalizer->canDenormalize($reference);
    }