PHP Interface Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface

Afficher le fichier Open project: nelmio/alice Interface Usage Examples

Méthodes publiques

Méthode Description
parse ( string $element ) : FlagBag Parses a string element to extract the flags from it.

Method Details

parse() public méthode

Parses a string element to extract the flags from it.
public parse ( string $element ) : FlagBag
$element string e.g. 'user0 (dummy_flag, another_flag)'
Résultat Nelmio\Alice\Definition\FlagBag