Provider
Class Provider
Table of Contents
Methods
- getActualAdSources() : array<string|int, mixed>
- Get actual ad sources.
- getActualSources() : array<string|int, mixed>
- Get actual sources.
- getAvailableSources() : array<string|int, mixed>
- Get sources.
- getB24Sites() : array<string|int, mixed>
- Get b24 sites.
- getChannels() : array<string|int, mixed>
- Get channels.
- getFeedbackParameters() : array<string|int, mixed>
- Get feedback parameters.
- getReadyB24SiteDomains() : array<string|int, mixed>
- Get ready b24 site domains.
- getReadyB24SiteIds() : array<string|int, mixed>
- Get ready b24 site domains.
- getReadyB24Sites() : array<string|int, mixed>
- Get ready b24 sites.
- getReadySites() : array<string|int, mixed>
- Get ready sites.
- getReadySources() : array<string|int, mixed>
- Get ready sources.
- getStaticSources() : array<string|int, mixed>
- Get static sources.
- hasReadyAdSources() : bool
- Return true if it has ready ad sources.
- hasSourcesWithFilledPool() : bool
- Return true if it has sources with filled pool.
- sortSourcesByCode() : int
- Sort sources.
Methods
getActualAdSources()
Get actual ad sources.
public
static getActualAdSources() : array<string|int, mixed>
Return values
array<string|int, mixed>getActualSources()
Get actual sources.
public
static getActualSources() : array<string|int, mixed>
Return values
array<string|int, mixed>getAvailableSources()
Get sources.
public
static getAvailableSources() : array<string|int, mixed>
Return values
array<string|int, mixed>getB24Sites()
Get b24 sites.
public
static getB24Sites([bool $isStore = null ]) : array<string|int, mixed>
Parameters
- $isStore : bool = null
-
Return b24 e-stores.
Return values
array<string|int, mixed>getChannels()
Get channels.
public
static getChannels() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getFeedbackParameters()
Get feedback parameters.
public
static getFeedbackParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>getReadyB24SiteDomains()
Get ready b24 site domains.
public
static getReadyB24SiteDomains() : array<string|int, mixed>
Return values
array<string|int, mixed>getReadyB24SiteIds()
Get ready b24 site domains.
public
static getReadyB24SiteIds() : array<string|int, mixed>
Return values
array<string|int, mixed>getReadyB24Sites()
Get ready b24 sites.
public
static getReadyB24Sites() : array<string|int, mixed>
Return values
array<string|int, mixed>getReadySites()
Get ready sites.
public
static getReadySites() : array<string|int, mixed>
Return values
array<string|int, mixed>getReadySources()
Get ready sources.
public
static getReadySources() : array<string|int, mixed>
Return values
array<string|int, mixed>getStaticSources()
Get static sources.
public
static getStaticSources() : array<string|int, mixed>
Return values
array<string|int, mixed>hasReadyAdSources()
Return true if it has ready ad sources.
public
static hasReadyAdSources() : bool
Return values
boolhasSourcesWithFilledPool()
Return true if it has sources with filled pool.
public
static hasSourcesWithFilledPool(int $typeId) : bool
Parameters
- $typeId : int
-
Communication type ID.
Return values
boolsortSourcesByCode()
Sort sources.
public
static sortSourcesByCode(array<string|int, mixed> $sourceA, array<string|int, mixed> $sourceB) : int
Parameters
- $sourceA : array<string|int, mixed>
-
Source A.
- $sourceB : array<string|int, mixed>
-
Source B.