프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$resource | Contains config data which needs to be parsed and converted to ConfigObject |
메소드 | 설명 | |
---|---|---|
__construct ( null $resource = null ) | Create config driver instance | |
getArray ( ) : array | Get config data as array | |
getResource ( ) : mixed | Get driver resource | |
getString ( ) : string | Get formatted config data as string |
메소드 | 설명 | |
---|---|---|
getArrayInternal ( ) : array | |
Parse config resource and build config array | |
getStringInternal ( ) : string | Get config data as string |
메소드 | 설명 | |
---|---|---|
isFilepath ( $string ) |
public __construct ( null $resource = null ) | ||
$resource | null | Resource for driver |
abstract protected getArrayInternal ( ) : array | |
||
리턴 | array | |
Config data |
final public getResource ( ) : mixed | ||
리턴 | mixed | Driver resource (can be: string, array, StringObject, ArrayObject) |
abstract protected getStringInternal ( ) : string | ||
리턴 | string | Formatted config data |