コード例 #1
0
ファイル: Config.php プロジェクト: Insidexa/Framework
 /**
  * @param string $pathToKey
  *
  * @return null
  */
 private function preparePath(string $pathToKey)
 {
     return Helper::arrayGet($this->config, $pathToKey);
 }