DataLoader
AbstractYes
Table of Contents
Methods
- __construct() : mixed
- calculateFilterHash() : string
- getElementData() : array<string|int, mixed>
- getElementListData() : array<string|int, mixed>
- getFilterHash() : string
- getSeo() : Seo
- getSeoProperty() : string|null
- getSeoTitle() : string|null
- normalizeFilter() : array<string|int, mixed>
- setConfig() : void
- setOptions() : void
Methods
__construct()
public
__construct() : mixed
calculateFilterHash()
public
calculateFilterHash(mixed $filter) : string
Parameters
- $filter : mixed
Return values
stringgetElementData()
public
abstract getElementData(mixed $element) : array<string|int, mixed>
Parameters
- $element : mixed
Return values
array<string|int, mixed>getElementListData()
public
abstract getElementListData() : array<string|int, mixed>
Return values
array<string|int, mixed>getFilterHash()
public
getFilterHash(mixed $filter) : string
Parameters
- $filter : mixed
Return values
stringgetSeo()
public
getSeo() : Seo
Return values
SeogetSeoProperty()
public
getSeoProperty(string $name) : string|null
Parameters
- $name : string
Return values
string|nullgetSeoTitle()
public
getSeoTitle() : string|null
Return values
string|nullnormalizeFilter()
public
normalizeFilter(mixed $filter) : array<string|int, mixed>
Parameters
- $filter : mixed
Return values
array<string|int, mixed>setConfig()
public
setConfig(array<string|int, mixed> $config) : void
Parameters
- $config : array<string|int, mixed>
setOptions()
public
setOptions(array<string|int, mixed> $options) : void
Parameters
- $options : array<string|int, mixed>