HippoPHP\Hippo\Config\YAMLConfigReader::parseFile PHP Метод

parseFile() приватный Метод

private parseFile ( string $filePath ) : array<
$filePath string
Результат array<
    private function parseFile($filePath)
    {
        return $this->parseString($this->fileSystem->getContent($filePath));
    }