class FileSource implements SourceInterface

Properties

protected string $path
protected string $extensionId

Methods

__construct(string $path, string|null $extensionId = null)

No description

string
getContent()

No description

mixed
getCacheDifferentiator()

No description

string
getPath()

No description

void
setPath(string $path)

No description

string|null
getExtensionId()

No description

Details

__construct(string $path, string|null $extensionId = null)

Parameters

string $path
string|null $extensionId

string getContent()

Return Value

string

mixed getCacheDifferentiator()

Return Value

mixed

string getPath()

Return Value

string

void setPath(string $path)

Parameters

string $path

Return Value

void

string|null getExtensionId()

Return Value

string|null