PHP Class PublishedArticle, ojs

Inheritance: extends Article
Show file Open project: pkp/ojs Class Usage Examples

Public Methods

Method Description
__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.

Method Details

__construct() public method

Constructor.
public __construct ( )

getAccessStatus() public method

..)
public getAccessStatus ( ) : integer
return integer

getGalleys() public method

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

getIssueId() public method

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

getLocalizedGalleys() public method

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

getPublishedArticleId() public method

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

getSequence() public method

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

getViews() public method

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

setAccessStatus() public method

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

setGalleys() public method

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

setIssueId() public method

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

setPublishedArticleId() public method

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

setSequence() public method

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