StringStore
in package
implements
StoreInterface
FinalYes
Table of Contents
Interfaces
Properties
- $content : string
- The file content.
Methods
- __construct() : void
- Create a new string store instance.
- read() : string
- Read the content of the environment file(s).
Properties
$content
The file content.
private
string
$content
Methods
__construct()
Create a new string store instance.
public
__construct(string $content) : void
Parameters
- $content : string
read()
Read the content of the environment file(s).
public
read() : string