CMS  Version 3.9
VideoDownloadTotalStats Class Reference

Inherits DataItem.

Public Member Functions

 VideoGallery ()
 
 VideoDownloadTotalStats ()
 

Public Attributes

 $fields
 
 $relations = array("VideoGallery" => VideoGallery)
 

Detailed Description

Definition at line 109 of file video_download.inc.

Member Function Documentation

◆ VideoDownloadTotalStats()

VideoDownloadTotalStats::VideoDownloadTotalStats ( )

Definition at line 126 of file video_download.inc.

127  {
128  $this->table = "video_download_total_stats";
129 
130  $this->DataItem(func_get_args());
131  }

◆ VideoGallery()

VideoDownloadTotalStats::VideoGallery ( )

Definition at line 121 of file video_download.inc.

122  {
123  return $this->getRelated(VideoGallery);
124  }

Member Data Documentation

◆ $fields

VideoDownloadTotalStats::$fields
Initial value:
= array("video_id" => Number,
"video_gallery_id" => Number,
"download_count" => Number)

Definition at line 113 of file video_download.inc.

◆ $relations

VideoDownloadTotalStats::$relations = array("VideoGallery" => VideoGallery)

Definition at line 119 of file video_download.inc.


The documentation for this class was generated from the following file: