PHP 인터페이스 Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface

파일 보기 프로젝트 열기: nelmio/alice 0 사용 예제들

공개 메소드들

메소드 설명
parse ( string $element ) : FlagBag Parses a string element to extract the flags from it.

메소드 상세

parse() 공개 메소드

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