CMS  Version 3.9
DocumentDownloadDailyStats Class Reference

Inherits DataItem.

Public Member Functions

 Library ()
 
 DocumentDownloadDailyStats ()
 

Public Attributes

 $fields
 
 $relations = array("Library" => DocumentLibrary)
 

Detailed Description

Definition at line 75 of file document_download.inc.

Member Function Documentation

◆ DocumentDownloadDailyStats()

DocumentDownloadDailyStats::DocumentDownloadDailyStats ( )

Definition at line 93 of file document_download.inc.

94  {
95  $this->table = "document_download_daily_stats";
96 
97  $this->DataItem(func_get_args());
98  }

◆ Library()

DocumentDownloadDailyStats::Library ( )

Definition at line 88 of file document_download.inc.

89  {
90  return $this->getRelated(DocumentLibrary);
91  }

Member Data Documentation

◆ $fields

DocumentDownloadDailyStats::$fields
Initial value:
= array("document_id" => Number,
"document_library_id" => Number,
"download_date" => Date,
"download_count" => Number)

Definition at line 79 of file document_download.inc.

◆ $relations

DocumentDownloadDailyStats::$relations = array("Library" => DocumentLibrary)

Definition at line 86 of file document_download.inc.


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