Camspiers\StatisticalClassifier\DataSource\Grouped::getDataSources PHP Method

getDataSources() public method

Returns any datasources that are part of the group
public getDataSources ( ) : array
return array
    public function getDataSources()
    {
        return $this->dataSources;
    }