PPI\Framework\Module\AbstractModule::loadConfig PHP 메소드

loadConfig() 공개 메소드

Loads a configuration file (PHP, YAML) or PHP array.
public loadConfig ( string $resource, null | string $type = null ) : array
$resource string The resource
$type null | string The resource type
리턴 array
    public function loadConfig($resource, $type = null)
    {
        return $this->getConfigLoader()->load($resource, $type);
    }