FusionSourceCode
final class FusionSourceCode (View source)
| internal | The Fusion parsing is considered internal. For interacting with Fusion from the outside a FusionView should be used. |
Methods
static FusionSourceCode
fromString(string $string)
No description
static FusionSourceCode
fromFilePath(string $filePath)
No description
static FusionSourceCode
fromDangerousPotentiallyDifferingSourceCodeAndFilePath(string $sourceCode, string $filePath)
Watch out for unexpected behaviour https://github.com/neos/neos-development-collection/issues/3835
string
getSourceCode()
No description
string|null
getFilePath()
No description
Details
static FusionSourceCode
fromString(string $string)
No description
static FusionSourceCode
fromFilePath(string $filePath)
No description
static FusionSourceCode
fromDangerousPotentiallyDifferingSourceCodeAndFilePath(string $sourceCode, string $filePath)
Watch out for unexpected behaviour https://github.com/neos/neos-development-collection/issues/3835
string
getSourceCode()
No description
string|null
getFilePath()
No description