Méthode | 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. |
public getGalleys ( ) : array | ||
Résultat | array | ArticleGalley |
public getIssueId ( ) : integer | ||
Résultat | integer |
public getLocalizedGalleys ( ) : array | ||
Résultat | array | ArticleGalley |
public getPublishedArticleId ( ) : integer | ||
Résultat | integer |
public getSequence ( ) : float | ||
Résultat | float |
public setGalleys ( $galleys ) | ||
$galleys | array ArticleGalley |
public setIssueId ( $issueId ) | ||
$issueId | int |
public setPublishedArticleId ( $publishedArticleId ) | ||
$publishedArticleId | int |
public setSequence ( $seq ) | ||
$seq | float |