PPI\Framework\Config\ConfigLoader::load PHP 메소드

load() 공개 메소드

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