ApacheStorage
class ApacheStorage implements StorageInterface (View source)
Properties
protected Filesystem | $filesystem |
Methods
setFilesystem(Filesystem $filesystem)
Set the Filesystem to use.
Filesystem
getFilesystem()
Get the Filesystem to use.
string
getHTaccessFilename()
Return the full path name to the .htaccess file.
bool
canRead()
Determine whether the configuration can be read.
string
read()
Read the configuration.
bool
canWrite()
Determine whether this configuration can be written.
write(string $configuration)
Read the configuration.
Details
setFilesystem(Filesystem $filesystem)
Set the Filesystem to use.
Filesystem
getFilesystem()
Get the Filesystem to use.
protected string
getHTaccessFilename()
Return the full path name to the .htaccess file.
bool
canRead()
Determine whether the configuration can be read.
string
read()
Read the configuration.
bool
canWrite()
Determine whether this configuration can be written.
write(string $configuration)
Read the configuration.