PHP Interface Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\ChainableFlagParserInterface

Inheritance: extends Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface
Show file Open project: nelmio/alice Interface Usage Examples

Public Methods

Method Description
canParse ( string $element ) : boolean Checks if can parse element.

Method Details

canParse() public method

Checks if can parse element.
public canParse ( string $element ) : boolean
$element string
return boolean