PHP 클래스 Newscoop\Entity\UserPoints

파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$action
$id
$name
$points

공개 메소드들

메소드 설명
getAction ( ) : string Get action
getName ( ) : string Get human readable action name
getPoints ( ) : integer Get point value of action
setAction ( integer $action ) : Newscoop\Entity\UserPoints Set action
setPoints ( integer $points ) : Newscoop\Entity\UserPoints Set point value

메소드 상세

getAction() 공개 메소드

Get action
public getAction ( ) : string
리턴 string

getName() 공개 메소드

Get human readable action name
public getName ( ) : string
리턴 string

getPoints() 공개 메소드

Get point value of action
public getPoints ( ) : integer
리턴 integer

setAction() 공개 메소드

Set action
public setAction ( integer $action ) : Newscoop\Entity\UserPoints
$action integer
리턴 Newscoop\Entity\UserPoints

setPoints() 공개 메소드

Set point value
public setPoints ( integer $points ) : Newscoop\Entity\UserPoints
$points integer
리턴 Newscoop\Entity\UserPoints

프로퍼티 상세

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

protected $action

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

protected $id

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

protected $name

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

protected $points