PHP Класс PublishedArticle, ojs

Наследование: extends Article
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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