PHP Class Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\DummyChainableParserAwareDenormalizer

Inheritance: implements Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\ChainableFixtureDenormalizerInterface, implements Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserAwareInterface
Datei anzeigen Open project: nelmio/alice

Public Properties

Property Type Description
$parser Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface | null

Public Methods

Method Description
__clone ( )
__construct ( Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\ChainableFixtureDenormalizerInterface $decoratedDenormalizer, Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserAwareInterface $decoratedFlagAware )
canDenormalize ( string $reference ) : boolean
denormalize ( FixtureBag $builtFixtures, string $className, string $fixtureId, array $specs, FlagBag $flags ) : FixtureBag
withFlagParser ( Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $parser )

Method Details

__clone() public method

public __clone ( )

__construct() public method

public __construct ( Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\ChainableFixtureDenormalizerInterface $decoratedDenormalizer, Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserAwareInterface $decoratedFlagAware )
$decoratedDenormalizer Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\ChainableFixtureDenormalizerInterface
$decoratedFlagAware Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserAwareInterface

canDenormalize() public method

public canDenormalize ( string $reference ) : boolean
$reference string
return boolean

denormalize() public method

public denormalize ( FixtureBag $builtFixtures, string $className, string $fixtureId, array $specs, FlagBag $flags ) : FixtureBag
$builtFixtures Nelmio\Alice\FixtureBag
$className string
$fixtureId string
$specs array
$flags Nelmio\Alice\Definition\FlagBag
return Nelmio\Alice\FixtureBag

withFlagParser() public method

public withFlagParser ( Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $parser )
$parser Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface

Property Details

$parser public_oe property

public FlagParserInterface,Nelmio\Alice\FixtureBuilder\Denormalizer|null $parser
return Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface | null