N98\Magento\Command\System\Check\Settings\CheckAbstract::registerStoreConfigPath PHP Method

registerStoreConfigPath() protected method

protected registerStoreConfigPath ( string $name, string $configPath )
$name string
$configPath string
    protected function registerStoreConfigPath($name, $configPath)
    {
        $this->storeConfigPaths[$name] = $configPath;
    }