abstract class AbstractDataSource implements DataSourceInterface (View source)

Data source interface for getting data.

Properties

static protected string $identifier

The identifier of the operation

protected ControllerContext $controllerContext

Methods

static string
getIdentifier()

No description

void
setControllerContext(ControllerContext $controllerContext)

No description

Details

static string getIdentifier()

No description

Return Value

string

The identifier of the data source

Exceptions

Exception

void setControllerContext(ControllerContext $controllerContext)

No description

Parameters

ControllerContext $controllerContext

Return Value

void