PHP Interface Webiny\Component\Config\Bridge\Yaml\YamlInterface

Afficher le fichier Open project: Webiny/Framework Interface Usage Examples

Méthodes publiques

Méthode Description
getArray ( ) : array Get Yaml value as array
getString ( integer $indent = 4 ) : string Get current Yaml value as string
setResource ( mixed $resource ) Set driver resource to work on

Method Details

getArray() public méthode

Get Yaml value as array
public getArray ( ) : array
Résultat array

getString() public méthode

Get current Yaml value as string
public getString ( integer $indent = 4 ) : string
$indent integer
Résultat string

setResource() public méthode

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