PHP 클래스 Nelmio\Alice\Parser\Chainable\YamlParser

상속: implements Nelmio\Alice\Parser\ChainableParserInterface, use trait Nelmio\Alice\IsAServiceTrait
파일 보기 프로젝트 열기: nelmio/alice 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Parser $yamlParser )
canParse ( string $file ) : boolean
parse ( string $file ) : array {@inheritDoc}

메소드 상세

__construct() 공개 메소드

public __construct ( Parser $yamlParser )
$yamlParser Symfony\Component\Yaml\Parser

canParse() 공개 메소드

public canParse ( string $file ) : boolean
$file string
리턴 boolean

parse() 공개 메소드

{@inheritDoc}
public parse ( string $file ) : array
$file string Local YAML file
리턴 array