Skip to content

Parser


  • Full name: \Qubus\Config\Parser

Methods

getKey

public static getKey(string $name): array
  • This method is static. Parameters:
Parameter Type Description
$name string

getValue

public static getValue(array|null $haystack = null, string|null $key = null, null|array $sub = null, mixed|null $default = null): mixed
  • This method is static. Parameters:
Parameter Type Description
$haystack array|null
$key string|null
$sub null|array
$default mixed|null

findInMultiArray

private static findInMultiArray(array $needle, array $haystack): mixed
  • This method is static. Parameters:
Parameter Type Description
$needle array
$haystack array