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 Report

Abstract super class for the different reports.

Direct known subclasses

Apptus\ESales\Connector\Report\AdConversionReport, Apptus\ESales\Connector\Report\AdList, Apptus\ESales\Connector\Report\SessionSummaryReport, Apptus\ESales\Connector\Report\TopSellingSearchesReport, Apptus\ESales\Connector\Report\AdOrderValueReport, Apptus\ESales\Connector\Report\AdPlacementReport, Apptus\ESales\Connector\Report\PanelConversionReport, Apptus\ESales\Connector\Report\ProductSalesByAttributeReport, Apptus\ESales\Connector\Report\ProductSalesByTimeReport, Apptus\ESales\Connector\Report\ProductTopSellersReport, Apptus\ESales\Connector\Report\SearchStatisticsReport, Apptus\ESales\Connector\Report\SessionStatisticsReport
Abstract
Namespace: Apptus\ESales\Connector\Report
Located at Connector/Report/Report.php
Methods summary
public Apptus\ESales\Connector\Time\TimeInterval
# timeInterval( )

Returns

Apptus\ESales\Connector\Time\TimeInterval
The time range used to generate this report.
abstract public
# exportToExcel( string $file )

Writes the report to a file. The report is written in plain text and ';' is used as separator.

Writes the report to a file. The report is written in plain text and ';' is used as separator.

Parameters

$file
file to write the report to.
public mixed
# exportToXml( string $file = null )

Writes the XML representation for this report to a file.

Writes the XML representation for this report to a file.

Parameters

$file
file to write the XML document to.

Returns

mixed

If the file isn't specified, this function returns a string on success and false on error. If the parameter is specified, it returns true if the file was written successfully and false otherwise.

Apptus ESales Connector PHP API documentation generated by ApiGen