Home
last modified time | relevance | path

Searched refs:parseFile (Results 1 – 4 of 4) 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
57 return $yaml->parseFile($filename, $flags);
H A DCHANGELOG.md95 …* added support for parsing YAML files using the `Yaml::parseFile()` or `Parser::parseFile()` meth…
H A DParser.php52 public function parseFile(string $filename, int $flags = 0) function in Symfony\\Component\\Yaml\\Parser
/template/strap/ComboStrap/
H A DTemplateForWebPage.php1106 $this->templateDefinition = Yaml::parseFile($file->toAbsoluteId());