CMS  Version 3.9
DocumentDownloadTotalStats Class Reference

Inherits DataItem.

Public Member Functions

 Lbrary ()
 
 DocumentDownloadTotalStats ()
 

Public Attributes

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

Detailed Description

Definition at line 101 of file document_download.inc.

Member Function Documentation

◆ DocumentDownloadTotalStats()

DocumentDownloadTotalStats::DocumentDownloadTotalStats ( )

Definition at line 118 of file document_download.inc.

119  {
120  $this->table = "document_download_total_stats";
121 
122  $this->DataItem(func_get_args());
123  }

◆ Lbrary()

DocumentDownloadTotalStats::Lbrary ( )

Definition at line 113 of file document_download.inc.

114  {
115  return $this->getRelated(DocumentLibrary);
116  }

Member Data Documentation

◆ $fields

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

Definition at line 105 of file document_download.inc.

◆ $relations

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

Definition at line 111 of file document_download.inc.


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