class EdgeStringLoader implements EdgeLoaderInterface (View source)

The EdgeFileLoader class.

Methods

__construct(string $content = null)

EdgeTextLoader constructor.

string
find(string $key)

load

string
load(string $path)

loadFile

string
getContent()

Method to get property Content

setContent(string $content)

Method to set property content

Details

at line line 30
__construct(string $content = null)

EdgeTextLoader constructor.

Parameters

string $content

at line line 42
string find(string $key)

load

Parameters

string $key

Return Value

string

at line line 54
string load(string $path)

loadFile

Parameters

string $path

Return Value

string

at line line 64
string getContent()

Method to get property Content

Return Value

string

at line line 76
EdgeStringLoader setContent(string $content)

Method to set property content

Parameters

string $content

Return Value

EdgeStringLoader Return self to support chaining.