PHP 트레잇 Ojs\CoreBundle\Entity\AnalyticsTrait

파일 보기 프로젝트 열기: ojs/ojs

보호된 프로퍼티들

프로퍼티 타입 설명
$downloadCount integer
$viewCount integer

공개 메소드들

메소드 설명
getDownloadCount ( ) : integer
getViewCount ( ) : integer
increaseDownloadCount ( )
increaseViewCount ( )
setDownloadCount ( integer $downloadCount )
setViewCount ( integer $viewCount )

메소드 상세

getDownloadCount() 공개 메소드

public getDownloadCount ( ) : integer
리턴 integer

getViewCount() 공개 메소드

public getViewCount ( ) : integer
리턴 integer

increaseDownloadCount() 공개 메소드

increaseViewCount() 공개 메소드

public increaseViewCount ( )

setDownloadCount() 공개 메소드

public setDownloadCount ( integer $downloadCount )
$downloadCount integer

setViewCount() 공개 메소드

public setViewCount ( integer $viewCount )
$viewCount integer

프로퍼티 상세

$downloadCount 보호되어 있는 프로퍼티

protected int $downloadCount
리턴 integer

$viewCount 보호되어 있는 프로퍼티

protected int $viewCount
리턴 integer