PHP Класс Ojs\AnalyticsBundle\Entity\ArticleFileStatisticRepository

Наследование: extends Doctrine\ORM\EntityRepository
Показать файл Открыть проект

Открытые методы

Метод Описание
getMostDownloadedFiles ( $articles, null $dates = null, null $limit = null ) : array
getTotalDownloads ( Ojs\JournalBundle\Entity\ArticleFile $articleFile, array $dates ) : array Returns the download count of the given article file on given dates
getTotalDownloadsOfAllFiles ( $articles, $dates = null ) : array Returns the download count of the given article's files on given dates

Описание методов

getMostDownloadedFiles() публичный Метод

public getMostDownloadedFiles ( $articles, null $dates = null, null $limit = null ) : array
$articles
$dates null
$limit null
Результат array

getTotalDownloads() публичный Метод

Returns the download count of the given article file on given dates
public getTotalDownloads ( Ojs\JournalBundle\Entity\ArticleFile $articleFile, array $dates ) : array
$articleFile Ojs\JournalBundle\Entity\ArticleFile
$dates array
Результат array

getTotalDownloadsOfAllFiles() публичный Метод

Returns the download count of the given article's files on given dates
public getTotalDownloadsOfAllFiles ( $articles, $dates = null ) : array
$articles
$dates
Результат array