PHP Class Trismegiste\Mondrian\Config\Loader

Inheritance: extends Symfony\Component\Config\Loader\Loader
Show file Open project: trismegiste/mondrian

Protected Properties

Property Type Description
$default

Public Methods

Method Description
load ( string $resource, $type = null ) : array
supports ( string $resource, $type = null ) : boolean Does this loader support

Method Details

load() public method

public load ( string $resource, $type = null ) : array
$resource string the directory which owns the .mondrian.yml file
return array the config

supports() public method

Does this loader support
public supports ( string $resource, $type = null ) : boolean
$resource string directory path
return boolean true if the config file is here

Property Details

$default protected property

protected $default