FusionSourceCode
final class FusionSourceCode (View source)
Methods
__construct(string|null $filePath, string|Closure $sourceCodeOrFactory)
No description
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
protected
__construct(string|null $filePath, string|Closure $sourceCodeOrFactory)
No description
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