Overview

Namespaces

  • Apptus
    • ESales
      • Connector
        • Report
        • Time
    • Util
      • Cache
  • PHP

Classes

  • Ad
  • AdConversionReport
  • AdConversionReportSection
  • AdList
  • AdListSection
  • AdOrderValueReport
  • AdOrderValueReportSection
  • AdPlacementReport
  • AdPlacementReportSection
  • Attribute
  • PanelConversionReport
  • PanelConversionReportSection
  • Placement
  • ProductSalesByAttributeReport
  • ProductSalesByAttributeReportSection
  • ProductSalesByTimeReport
  • ProductTopSellersReport
  • ProductTopSellersReportSection
  • Rate
  • Report
  • SearchConversion
  • SearchCount
  • SearchStatisticsReport
  • SessionStatistics
  • SessionStatisticsReport
  • SessionSummaryReport
  • Summary
  • Timeline
  • TimelineType
  • TimeSlot
  • TopSellingSearchesReport
  • TopSellingSearchesReportSection

Exceptions

  • FormatException
  • Overview
  • Namespace
  • Class
  • Tree

Class TimeSlot

A class representing time slots in the reports.

Each time slot has a start and end together with a name and value of any kind.

Times are in seconds since the unix epoch. Note that strings are used for times instead of integers to avoid problems for 32 bit PHP.

Namespace: Apptus\ESales\Connector\Report
Located at Connector/Report/TimeSlot.php
Methods summary
public
# __construct( string $start, string $end, string|null $name, mixed $value )

Parameters

$start
$end
$name
$value
public string
# slotStartTime( )

Returns

string
The start of this time slot (inclusive).
public string
# slotEndTime( )

Returns

string
The end of this time slot (exclusive).
public string|null
# __toString( )

Returns

string|null
The name of the time slot. Note that the name may be null or empty.
public mixed
# value( )

Returns

mixed
The value for this time slot. Note that the value may be null.
Apptus ESales Connector PHP API documentation generated by ApiGen