PHP Класс IssueGalley, ojs

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

Открытые свойства

Свойство Тип Описание
$_issueFile IssueFile

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

Метод Описание
__construct ( ) Constructor.
getBestGalleyId ( ) : string Return the "best" issue galley ID -- If a public isue galley ID is set, use it; otherwise use the internal article Id.
getFile ( ) : IssueFile Get the file corresponding to this galley.
getFileId ( ) : integer Get file ID.
getGalleyLabel ( ) Get the localized value of the galley label.
getLabel ( ) : string Get label/title.
getLocale ( ) : string Get locale.
getSequence ( ) : float Get sequence order.
getStoredPubId ( $pubIdType ) : string Get stored public ID of the galley.
getViews ( ) : integer Get views count.
isPdfGalley ( ) : boolean Check if galley is a PDF galley.
setFileId ( $fileId ) Set file ID.
setLabel ( $label ) Set label/title.
setLocale ( $locale ) Set locale.
setSequence ( $sequence ) Set sequence order.
setStoredPubId ( $pubIdType, $pubId ) Set stored public galley id.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( )

getBestGalleyId() публичный Метод

Return the "best" issue galley ID -- If a public isue galley ID is set, use it; otherwise use the internal article Id.
public getBestGalleyId ( ) : string
Результат string

getFile() публичный Метод

Get the file corresponding to this galley.
public getFile ( ) : IssueFile
Результат IssueFile

getFileId() публичный Метод

Get file ID.
public getFileId ( ) : integer
Результат integer

getGalleyLabel() публичный Метод

Get the localized value of the galley label.
public getGalleyLabel ( )

getLabel() публичный Метод

Get label/title.
public getLabel ( ) : string
Результат string

getLocale() публичный Метод

Get locale.
public getLocale ( ) : string
Результат string

getSequence() публичный Метод

Get sequence order.
public getSequence ( ) : float
Результат float

getStoredPubId() публичный Метод

Get stored public ID of the galley.
public getStoredPubId ( $pubIdType ) : string
$pubIdType string One of the NLM pub-id-type values or 'other::something' if not part of the official NLM list (see ).
Результат string

getViews() публичный Метод

Get views count.
public getViews ( ) : integer
Результат integer

isPdfGalley() публичный Метод

Check if galley is a PDF galley.
public isPdfGalley ( ) : boolean
Результат boolean

setFileId() публичный Метод

Set file ID.
public setFileId ( $fileId )
$fileId

setLabel() публичный Метод

Set label/title.
public setLabel ( $label )
$label string

setLocale() публичный Метод

Set locale.
public setLocale ( $locale )
$locale string

setSequence() публичный Метод

Set sequence order.
public setSequence ( $sequence )
$sequence float

setStoredPubId() публичный Метод

Set stored public galley id.
public setStoredPubId ( $pubIdType, $pubId )
$pubIdType string One of the NLM pub-id-type values or 'other::something' if not part of the official NLM list (see ).
$pubId string

Описание свойств

$_issueFile публичное свойство

public IssueFile $_issueFile
Результат IssueFile