Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Nelmio
Alice
FixtureBuilder
Denormalizer
FlagParserInterface
PHP Interface Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface
Mostra file
Open project: nelmio/alice
Interface Usage Examples
Public Methods
Method
Description
parse
(
string
$element
) :
FlagBag
Parses a string element to extract the flags from it.
Method Details
parse()
public
method
Parses a string element to extract the flags from it.
public
parse
(
string
$element
) :
FlagBag
$element
string
e.g. 'user0 (dummy_flag, another_flag)'
return
Nelmio\Alice\Definition\FlagBag