CMS  Version 3.9
VideoDownloadDailyStats Class Reference

Inherits DataItem.

Public Member Functions

 Video ()
 
 VideoGallery ()
 
 VideoDownloadDailyStats ()
 

Public Attributes

 $fields
 
 $relations
 

Detailed Description

Definition at line 75 of file video_download.inc.

Member Function Documentation

◆ Video()

VideoDownloadDailyStats::Video ( )

Definition at line 90 of file video_download.inc.

91  {
92  return $this->getRelated(Video);
93  }
Definition: video.inc:42

◆ VideoDownloadDailyStats()

VideoDownloadDailyStats::VideoDownloadDailyStats ( )

Definition at line 100 of file video_download.inc.

101  {
102  $this->table = "video_download_daily_stats";
103 
104  $this->DataItem(func_get_args());
105  }

◆ VideoGallery()

VideoDownloadDailyStats::VideoGallery ( )

Definition at line 95 of file video_download.inc.

96  {
97  return $this->getRelated(VideoGallery);
98  }

Member Data Documentation

◆ $fields

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

Definition at line 79 of file video_download.inc.

◆ $relations

VideoDownloadDailyStats::$relations
Initial value:
= array("VideoGallery" => VideoGallery,
"Video" => Video,
)

Definition at line 86 of file video_download.inc.


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