Contentserv PHP API

CSMamDownloadLog extends CSItemDownloadLog
in package

Tags

Table of Contents

getDownloadCountForTimePeriodAndPreset()  : int
Returns the download count for a specific item id.
getItem()  : mixed

Methods

getDownloadCountForTimePeriodAndPreset()

Returns the download count for a specific item id.

public static getDownloadCountForTimePeriodAndPreset(int $iItemId, int $iTimePeriod, int $iPresetId) : int

Whether the item id is a folder it will include the children ids of the folder.

Parameters
$iItemId : int

The item id which should be used for the download count.

$iTimePeriod : int

A value with the time period in minutes.

$iPresetId : int

The preset id.

Tags
Return values
int

getItem()

public static getItem() : mixed
Tags
inheritdoc
Return values
mixed

        

Search results