PHP Trait Ojs\CoreBundle\Entity\AnalyticsTrait

Afficher le fichier Open project: ojs/ojs

Protected Properties

Свойство Type Description
$downloadCount integer
$viewCount integer

Méthodes publiques

Méthode Description
getDownloadCount ( ) : integer
getViewCount ( ) : integer
increaseDownloadCount ( )
increaseViewCount ( )
setDownloadCount ( integer $downloadCount )
setViewCount ( integer $viewCount )

Method Details

getDownloadCount() public méthode

public getDownloadCount ( ) : integer
Résultat integer

getViewCount() public méthode

public getViewCount ( ) : integer
Résultat integer

increaseDownloadCount() public méthode

increaseViewCount() public méthode

public increaseViewCount ( )

setDownloadCount() public méthode

public setDownloadCount ( integer $downloadCount )
$downloadCount integer

setViewCount() public méthode

public setViewCount ( integer $viewCount )
$viewCount integer

Property Details

$downloadCount protected_oe property

protected int $downloadCount
Résultat integer

$viewCount protected_oe property

protected int $viewCount
Résultat integer