PHP 클래스 Webiny\Component\Config\Bridge\Yaml\SymfonyYaml\SymfonyYaml

상속: implements Webiny\Component\Config\Bridge\Yaml\YamlInterface, use trait Webiny\Component\StdLib\StdLibTrait
파일 보기 프로젝트 열기: Webiny/Framework

공개 메소드들

메소드 설명
getArray ( ) : array Get Yaml value as array
getString ( integer $indent = 4 ) : string Get Yaml value as string
setResource ( $resource ) Set resource to work on

비공개 메소드들

메소드 설명
parseResource ( ) : string Parse given Yaml resource and build array This method must support file paths (string or StringObject) and FileObject
toString ( ) Convert given data to Yaml string

메소드 상세

getArray() 공개 메소드

Get Yaml value as array
public getArray ( ) : array
리턴 array Parsed Yaml array

getString() 공개 메소드

Get Yaml value as string
public getString ( integer $indent = 4 ) : string
$indent integer
리턴 string Yaml string

setResource() 공개 메소드

Set resource to work on
public setResource ( $resource )
$resource