Home
last modified time | relevance | path

Searched defs:parseFile (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/symfony/yaml/
H A DYaml.php53 public static function parseFile(string $filename, int $flags = 0) function in Symfony\\Component\\Yaml\\Yaml
H A DParser.php52 public function parseFile(string $filename, int $flags = 0) function in Symfony\\Component\\Yaml\\Parser