PHP Class Webiny\Component\Config\Drivers\PhpDriver

Inheritance: extends AbstractDriver
显示文件 Open project: Webiny/Framework Class Usage Examples

Protected Methods

Method Description
getArrayInternal ( ) : array Parse config resource and build config array
getStringInternal ( ) : string Get config data as string

Method Details

getArrayInternal() protected method

Parse config resource and build config array
protected getArrayInternal ( ) : array
return array

getStringInternal() protected method

Get config data as string
protected getStringInternal ( ) : string
return string