phpDocumentor

GambioConversionRateTrend extends WidgetDefinition

Class representing a widget showing the conversion rate as trend.

Table of Contents

DATA_QUERY_TIMESPAN_FORMAT_END  = 'Y-m-d 23:59:59'
Date and time format for the end of a time range used for database queries.
DATA_QUERY_TIMESPAN_FORMAT_START  = 'Y-m-d 00:00:00'
Date and time format for the beginning of a time range used for database queries.
EXCLUDED_ORDER_STATUS_IDS  = [99]
Order status IDs to be excluded from SQL queries.
LANGUAGE_CODE_ENGLISH  = 'en'
English language code.
LANGUAGE_CODE_GERMAN  = 'de'
German language code.
LANGUAGE_ID_GERMAN  = 2
German language ID.
CATEGORY_TITLE  = [self::LANGUAGE_CODE_GERMAN => self::CATEGORY_TITLE_VALUE, self::LANGUAGE_CODE_ENGLISH => self::CATEGORY_TITLE_VALUE]
Multilingual category titles.
CATEGORY_TITLE_VALUE  = 'Conversion'
Category name.
ID  = 'GambioConversionRateTrend'
ID.
WIDGET_NAME  = [self::LANGUAGE_CODE_GERMAN => self::WIDGET_NAME_VALUE, self::LANGUAGE_CODE_ENGLISH => self::WIDGET_NAME_VALUE]
Multilingual widget titles.
WIDGET_NAME_VALUE  = 'Conversion Rate (Trend)'
Name.
$category  : WidgetCategory
Category.
$connection  : Connection
Database connection.
$factory  : StatisticsOverviewFactory
Factory.
$id  : WidgetId
ID.
$names  : WidgetNames
Multilingual titles.
$options  : WidgetOptions
Options.
$userPreferences  : UserPreferences
User's preferences.
$visualization  : WidgetVisualization
Visualization type.
__construct()  : mixed
Constructor.
category()  : WidgetCategory
Return category.
data()  : WidgetData
Return data.
id()  : WidgetId
Return ID.
names()  : WidgetNames
Return multilingual titles.
options()  : WidgetOptions
Return options.
visualization()  : WidgetVisualization
Return visualization type.

Constants

DATA_QUERY_TIMESPAN_FORMAT_END

Date and time format for the end of a time range used for database queries.

protected mixed DATA_QUERY_TIMESPAN_FORMAT_END = 'Y-m-d 23:59:59'

DATA_QUERY_TIMESPAN_FORMAT_START

Date and time format for the beginning of a time range used for database queries.

protected mixed DATA_QUERY_TIMESPAN_FORMAT_START = 'Y-m-d 00:00:00'

EXCLUDED_ORDER_STATUS_IDS

Order status IDs to be excluded from SQL queries.

protected mixed EXCLUDED_ORDER_STATUS_IDS = [99]

LANGUAGE_CODE_ENGLISH

English language code.

protected mixed LANGUAGE_CODE_ENGLISH = 'en'

LANGUAGE_CODE_GERMAN

German language code.

protected mixed LANGUAGE_CODE_GERMAN = 'de'

LANGUAGE_ID_GERMAN

German language ID.

protected mixed LANGUAGE_ID_GERMAN = 2

CATEGORY_TITLE

Multilingual category titles.

private mixed CATEGORY_TITLE = [self::LANGUAGE_CODE_GERMAN => self::CATEGORY_TITLE_VALUE, self::LANGUAGE_CODE_ENGLISH => self::CATEGORY_TITLE_VALUE]

WIDGET_NAME

Multilingual widget titles.

private mixed WIDGET_NAME = [self::LANGUAGE_CODE_GERMAN => self::WIDGET_NAME_VALUE, self::LANGUAGE_CODE_ENGLISH => self::WIDGET_NAME_VALUE]

Properties

Methods

Search results