Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Nelmio
Alice
FixtureBuilder
Denormalizer
FlagParser
ChainableFlagParserInterface
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