You are here

class KalturaReportType in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaReportType

File

kaltura_client/KalturaClient.php, line 185

View source
class KalturaReportType {
  const TOP_CONTENT = 1;
  const CONTENT_DROPOFF = 2;
  const CONTENT_INTERACTIONS = 3;
  const MAP_OVERLAY = 4;
  const TOP_CONTRIBUTORS = 5;
  const TOP_SYNDICATION = 6;
  const CONTENT_CONTRIBUTIONS = 7;

}

Members