interface FeedsInterface

Feeds Collection interface

Methods

FeedCollection
fetch(int|null $page = null, int|null $perPage = null)

Fetch feed

mixed
getItem(integer $index)

Get feed item

array|null
getItems(bool $keyMaps = true)

Return feed items array

string|null
getItemsKey()

Get items key

string
getBaseUrl()

Get base url

string
getUrl()

Get full url

Details

at line 24
FeedCollection fetch(int|null $page = null, int|null $perPage = null)

Fetch feed

Parameters

int|null $page
int|null $perPage

Return Value

FeedCollection

at line 32
mixed getItem(integer $index)

Get feed item

Parameters

integer $index

Return Value

mixed

at line 40
array|null getItems(bool $keyMaps = true)

Return feed items array

Parameters

bool $keyMaps

Return Value

array|null

at line 47
string|null getItemsKey()

Get items key

Return Value

string|null

at line 54
string getBaseUrl()

Get base url

Return Value

string

at line 61
string getUrl()

Get full url

Return Value

string