PPI\Framework\Config\ConfigLoader::load PHP Method

load() public method

Loads a resource.
public load ( mixed $resource, string $type = null ) : array
$resource mixed The resource
$type string The resource type
return array
    public function load($resource, $type = null)
    {
        return $this->getLoader()->load($resource, $type);
    }