ReportFilters
in package

Table of Contents

DATES_RANGE_TYPES  = ['today', 'yesterday', 'this_week', 'last_week', 'last_thirty_days', 'this_month', 'last_month', 'this_quarter', 'last_quarter', 'this_year', 'last_year', 'custom']
DEFAULT_DATES_RANGE_TYPE  = 'last_thirty_days'
DEFAULT_REPORT_TYPE  = 'earnings'
REPORT_TYPES  = ['earnings']
getDatesRanges()  : array<string|int, mixed>
getReportTypes()  : array<string|int, mixed>

Constants

DATES_RANGE_TYPES

public mixed DATES_RANGE_TYPES = ['today', 'yesterday', 'this_week', 'last_week', 'last_thirty_days', 'this_month', 'last_month', 'this_quarter', 'last_quarter', 'this_year', 'last_year', 'custom']

DEFAULT_DATES_RANGE_TYPE

public mixed DEFAULT_DATES_RANGE_TYPE = 'last_thirty_days'

DEFAULT_REPORT_TYPE

public mixed DEFAULT_REPORT_TYPE = 'earnings'

REPORT_TYPES

public mixed REPORT_TYPES = ['earnings']

Methods

getDatesRanges()

public static getDatesRanges() : array<string|int, mixed>
Return values
array<string|int, mixed>

getReportTypes()

public static getReportTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results