class ConfiguredDataSource (View source)

Properties

protected $configuredDataSourceID
protected Board $board
protected $populationDayIntervalFuture
protected $populationDayIntervalPast
protected DataSource $data_source
protected $items
protected $name
protected $customWeight
protected $configuration

Methods

__construct()

No description

Board|null
getBoard()

No description

Configuration|null
getConfiguration()

No description

void
setBoard(Board $board)

No description

void
setDataSource(mixed $data_source)

No description

mixed
getConfiguredDataSourceID()

No description

getDataSource()

No description

mixed
getName()

No description

void
setName(mixed $name)

No description

mixed
getCustomWeight()

No description

void
setCustomWeight(mixed $customWeight)

No description

int
void
setPopulationDayIntervalFuture(int $populationDayIntervalFuture)

No description

int
getPopulationDayIntervalPast()

No description

void
setPopulationDayIntervalPast(int $populationDayIntervalPast)

No description

ArrayCollection
getItems()

No description

Details

__construct()

No description

Board|null getBoard()

No description

Return Value

Board|null

Configuration|null getConfiguration()

No description

Return Value

Configuration|null

void setBoard(Board $board)

No description

Parameters

Board $board

Return Value

void

void setDataSource(mixed $data_source)

No description

Parameters

mixed $data_source

Return Value

void

mixed getConfiguredDataSourceID()

No description

Return Value

mixed

DataSource getDataSource()

No description

Return Value

DataSource

mixed getName()

No description

Return Value

mixed

void setName(mixed $name)

No description

Parameters

mixed $name

Return Value

void

mixed getCustomWeight()

No description

Return Value

mixed

void setCustomWeight(mixed $customWeight)

No description

Parameters

mixed $customWeight

Return Value

void

int getPopulationDayIntervalFuture()

No description

Return Value

int

void setPopulationDayIntervalFuture(int $populationDayIntervalFuture)

No description

Parameters

int $populationDayIntervalFuture

Return Value

void

int getPopulationDayIntervalPast()

No description

Return Value

int

void setPopulationDayIntervalPast(int $populationDayIntervalPast)

No description

Parameters

int $populationDayIntervalPast

Return Value

void

ArrayCollection getItems()

No description

Return Value

ArrayCollection