Skip to content

ConfigLoader

  • Full name: \Qubus\Config\ConfigLoader

Properties

loaders

protected static array $loaders
  • This property is static.

Methods

load

public static load(\Qubus\Config\Path\PathCollection $paths, string|null $env, string $file): array
  • This method is static.

Parameters:

Parameter Type Description
$paths \Qubus\Config\Path\PathCollection
$env string|null
$file string

loadFile

public static loadFile(string|\Qubus\Config\Path\PathCollection $path, string|null $env, string $file): array
  • This method is static.

Parameters:

Parameter Type Description
$path string|\Qubus\Config\Path\PathCollection
$env string|null
$file string

mergeArrays

public static mergeArrays(array $array1, array $array2, array|null $array3 = null): array
  • This method is static.

Parameters:

Parameter Type Description
$array1 array
$array2 array
$array3 array|null


Automatically generated on 2025-10-13