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

Inheritance: implements Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\ChainableFixtureDenormalizerInterface, implements Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserAwareInterface
Afficher le fichier Open project: nelmio/alice

Méthodes publiques

Свойство Type Description
$parser Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface | null

Méthodes publiques

Méthode 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 méthode

public __clone ( )

__construct() public méthode

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 méthode

public canDenormalize ( string $reference ) : boolean
$reference string
Résultat boolean

denormalize() public méthode

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
Résultat Nelmio\Alice\FixtureBag

withFlagParser() public méthode

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
Résultat Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface | null