interface SourceResolverInterface

Methods

source(string $name = null)

Get a source instance.

string
getDefaultSourceName()

Get the default source name.

void
setDefaultSourceName(string $name)

Set the default source name.

Details

at line 14
SourceInterface source(string $name = null)

Get a source instance.

Parameters

string $name

Return Value

SourceInterface

at line 20
string getDefaultSourceName()

Get the default source name.

Return Value

string

at line 29
void setDefaultSourceName(string $name)

Set the default source name.

Parameters

string $name

Return Value

void