class DirectorySource implements SourceInterface

Properties

protected $filesystem

Methods

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

No description

string
getContent()

No description

mixed
getCacheDifferentiator()

No description

FilesystemAdapter
getFilesystem()

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

FilesystemAdapter getFilesystem()

Return Value

FilesystemAdapter

string|null getExtensionId()

Return Value

string|null