interface StorageInterface (View source)

Methods

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

bool canRead()

Determine whether the configuration can be read.

Return Value

bool

string read()

Read the configuration.

Return Value

string

Exceptions

Exception

Throws an exception in case of errors.

bool canWrite()

Determine whether this configuration can be written.

Return Value

bool

write(string $configuration)

Read the configuration.

Parameters

string $configuration

Exceptions

Exception

Throws an exception in case of errors.