PHP 클래스 PublishedArticle, ojs

상속: extends Article
파일 보기 프로젝트 열기: pkp/ojs 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Constructor.
getAccessStatus ( ) : integer get access status (ARTICLE_ACCESS_.
getGalleys ( ) : array Get the galleys for an article.
getIssueId ( ) : integer Get ID of the issue this article is in.
getLocalizedGalleys ( ) : array Get the localized galleys for an article.
getPublishedArticleId ( ) : integer Get ID of published article.
getSequence ( ) : float Get sequence of article in table of contents.
getViews ( ) : integer Get views of the published article.
setAccessStatus ( $accessStatus ) set access status (ARTICLE_ACCESS_.
setGalleys ( $galleys ) Set the galleys for an article.
setIssueId ( $issueId ) Set ID of the issue this article is in.
setPublishedArticleId ( $publishedArticleId ) Set ID of published article.
setSequence ( $seq ) Set sequence of article in table of contents.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

getAccessStatus() 공개 메소드

..)
public getAccessStatus ( ) : integer
리턴 integer

getGalleys() 공개 메소드

Get the galleys for an article.
public getGalleys ( ) : array
리턴 array ArticleGalley

getIssueId() 공개 메소드

Get ID of the issue this article is in.
public getIssueId ( ) : integer
리턴 integer

getLocalizedGalleys() 공개 메소드

Get the localized galleys for an article.
public getLocalizedGalleys ( ) : array
리턴 array ArticleGalley

getPublishedArticleId() 공개 메소드

Get ID of published article.
public getPublishedArticleId ( ) : integer
리턴 integer

getSequence() 공개 메소드

Get sequence of article in table of contents.
public getSequence ( ) : float
리턴 float

getViews() 공개 메소드

Get views of the published article.
public getViews ( ) : integer
리턴 integer

setAccessStatus() 공개 메소드

..)
public setAccessStatus ( $accessStatus )
$accessStatus int

setGalleys() 공개 메소드

Set the galleys for an article.
public setGalleys ( $galleys )
$galleys array ArticleGalley

setIssueId() 공개 메소드

Set ID of the issue this article is in.
public setIssueId ( $issueId )
$issueId int

setPublishedArticleId() 공개 메소드

Set ID of published article.
public setPublishedArticleId ( $publishedArticleId )
$publishedArticleId int

setSequence() 공개 메소드

Set sequence of article in table of contents.
public setSequence ( $seq )
$seq float