PHP 클래스 Newscoop\Entity\ArticleIndex

파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$article Article
$issueNumber integer
$keyword KeywordIndex
$language Newscoop\Entity\Language
$publication Publication
$sectionNumber integer

공개 메소드들

메소드 설명
getArticle ( ) : Article Gets the value of article.
getIssueNumber ( ) : integer Gets the value of issueNumber.
getPublication ( ) : Publication Gets the value of publication.
getSectionNumber ( ) : integer Gets the value of sectionNumber.

보호된 메소드들

메소드 설명
setArticle ( Article $article ) : self Sets the value of article.
setIssueNumber ( integer $issueNumber ) : self Sets the value of issueNumber.
setPublication ( Publication $publication ) : self Sets the value of publication.
setSectionNumber ( integer $sectionNumber ) : self Sets the value of sectionNumber.

메소드 상세

getArticle() 공개 메소드

Gets the value of article.
public getArticle ( ) : Article
리턴 Article

getIssueNumber() 공개 메소드

Gets the value of issueNumber.
public getIssueNumber ( ) : integer
리턴 integer

getPublication() 공개 메소드

Gets the value of publication.
public getPublication ( ) : Publication
리턴 Publication

getSectionNumber() 공개 메소드

Gets the value of sectionNumber.
public getSectionNumber ( ) : integer
리턴 integer

setArticle() 보호된 메소드

Sets the value of article.
protected setArticle ( Article $article ) : self
$article Article the article
리턴 self

setIssueNumber() 보호된 메소드

Sets the value of issueNumber.
protected setIssueNumber ( integer $issueNumber ) : self
$issueNumber integer the issue number
리턴 self

setPublication() 보호된 메소드

Sets the value of publication.
protected setPublication ( Publication $publication ) : self
$publication Publication the publication
리턴 self

setSectionNumber() 보호된 메소드

Sets the value of sectionNumber.
protected setSectionNumber ( integer $sectionNumber ) : self
$sectionNumber integer the section number
리턴 self

프로퍼티 상세

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

protected Article,Newscoop\Entity $article
리턴 Article

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

protected int $issueNumber
리턴 integer

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

protected KeywordIndex,Newscoop\Entity $keyword
리턴 KeywordIndex

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

protected Newscoop\Entity\Language $language
리턴 Newscoop\Entity\Language

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

protected Publication,Newscoop\Entity $publication
리턴 Publication

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

protected int $sectionNumber
리턴 integer