You are here

class KalturaReportTable in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaReportTable

1 string reference to 'KalturaReportTable'
KalturaReportService::getTable in kaltura_client/KalturaClient.php

File

kaltura_client/KalturaClient.php, line 2242

View source
class KalturaReportTable extends KalturaObjectBase {

  /**
   *
   *
   * @var string
   * @readonly
   */
  public $header = null;

  /**
   *
   *
   * @var string
   * @readonly
   */
  public $data = null;

  /**
   *
   *
   * @var int
   * @readonly
   */
  public $totalCount = null;

}

Members

Namesort descending Modifiers Type Description Overrides
KalturaObjectBase::addIfNotNull protected function
KalturaObjectBase::toParams public function
KalturaReportTable::$data public property @readonly
KalturaReportTable::$header public property @readonly
KalturaReportTable::$totalCount public property @readonly