Beispiel #1
0
 /**
  * @param string $pathToKey
  *
  * @return null
  */
 private function preparePath(string $pathToKey)
 {
     return Helper::arrayGet($this->config, $pathToKey);
 }