Copied!

DashboardFetchAdapter

DashboardFetchAdapter.php : 16

Methods

public__construct()

DashboardFetchAdapter.php : 22
public __construct(LocationService $locationService, Location $location)

Parameters

Name Type Default value Description
$locationService LocationService - -
$location Location - -

publicfetch()

DashboardFetchAdapter.php : 33
public fetch(int $offset, int $limit) : Iterator<mixed, Location>

Parameters

Name Type Default value Description
$offset int - -
$limit int - -

Return values

Iterator<mixed, Location>