PHP 클래스 Newscoop\Entity\RelatedArticles

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

보호된 프로퍼티들

프로퍼티 타입 설명
$articleNumber integer
$id integer

공개 메소드들

메소드 설명
__construct ( $articleNumber )
getArticleNumber ( ) : integer Gets the value of articleNumber.
getId ( ) : integer Gets the value of id.

보호된 메소드들

메소드 설명
setArticleNumber ( integer $articleNumber ) : self Sets the value of articleNumber.

메소드 상세

__construct() 공개 메소드

public __construct ( $articleNumber )

getArticleNumber() 공개 메소드

Gets the value of articleNumber.
public getArticleNumber ( ) : integer
리턴 integer

getId() 공개 메소드

Gets the value of id.
public getId ( ) : integer
리턴 integer

setArticleNumber() 보호된 메소드

Sets the value of articleNumber.
protected setArticleNumber ( integer $articleNumber ) : self
$articleNumber integer the article number
리턴 self

프로퍼티 상세

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

protected int $articleNumber
리턴 integer

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

protected int $id
리턴 integer