ParserInterface
interface ParserInterface (View source)
Contract for a Fusion parser
Methods
array
parse(string $sourceCode, string|null $contextPathAndFilename = null, array $mergedArrayTreeUntilNow = [])
Parses the given Fusion source code, resolves includes and returns a merged array tree as the result.
Details
array
parse(string $sourceCode, string|null $contextPathAndFilename = null, array $mergedArrayTreeUntilNow = [])
Parses the given Fusion source code, resolves includes and returns a merged array tree as the result.