PHP Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser Namespace

Nested Namespaces

Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable

Interfaces

Name Description
ChainableFlagParserInterface

Classes

Name Description
DummyFlagParser
ElementFlagParser Extracts flag elements from a given string and delegates the parsing of each element to the decorated parser.
ElementFlagParserTest
ElementParser
FakeFlagParser
FlagParserRegistry Delegates the responsibility to the first suitable parser found.
FlagParserRegistryTest
FlagParserTestCase
Reference List a list of strings containing flags with the expected result. The list is flagged to be able to easily extract some parts of it. This class aims at centralising all the possible fixture tested to avoid too much duplication.