PHP Класс Section, ojs

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

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

Метод Описание
__construct ( ) Constructor.
getAbbrev ( $locale ) : string Get section title abbreviation.
getAbstractWordCount ( ) : integer Get abstract word count limit.
getAbstractsNotRequired ( ) : boolean Get boolean indicating whether abstracts are required
getHideAbout ( ) : boolean Return boolean indicating if title should be hidden in About.
getHideAuthor ( ) : boolean Return boolean indicating if author should be hidden in issue ToC.
getHideTitle ( ) : boolean Return boolean indicating if title should be hidden in issue ToC.
getIdentifyType ( $locale ) : string Get string identifying type of items in this section.
getJournalId ( ) : integer Get ID of journal.
getLocalizedAbbrev ( ) : string Get localized abbreviation of journal section.
getLocalizedIdentifyType ( ) : string Get localized string identifying type of items in this section.
getLocalizedPolicy ( ) : string Get localized section policy.
getMetaIndexed ( ) : boolean Get open archive setting of section.
getMetaReviewed ( ) : boolean Get peer-reviewed setting of section.
getPolicy ( $locale ) : string Get policy.
setAbbrev ( $abbrev, $locale ) Set section title abbreviation.
setAbstractWordCount ( $wordCount ) Set abstract word count limit.
setAbstractsNotRequired ( $abstractsNotRequired ) Set boolean indicating whether abstracts are required
setHideAbout ( $hideAbout ) Set if title should be hidden in About.
setHideAuthor ( $hideAuthor ) Set if author should be hidden in issue ToC.
setHideTitle ( $hideTitle ) Set if title should be hidden in issue ToC.
setIdentifyType ( $identifyType, $locale ) Set string identifying type of items in this section.
setJournalId ( $journalId ) Set ID of journal.
setMetaIndexed ( $metaIndexed ) Set open archive setting of section.
setMetaReviewed ( $metaReviewed ) Set peer-reviewed setting of section.
setPolicy ( $policy, $locale ) Set policy.

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

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

Constructor.
public __construct ( )

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

Get section title abbreviation.
public getAbbrev ( $locale ) : string
$locale string
Результат string

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

Get abstract word count limit.
public getAbstractWordCount ( ) : integer
Результат integer

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

Get boolean indicating whether abstracts are required
public getAbstractsNotRequired ( ) : boolean
Результат boolean

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

Return boolean indicating if title should be hidden in About.
public getHideAbout ( ) : boolean
Результат boolean

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

Return boolean indicating if author should be hidden in issue ToC.
public getHideAuthor ( ) : boolean
Результат boolean

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

Return boolean indicating if title should be hidden in issue ToC.
public getHideTitle ( ) : boolean
Результат boolean

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

Get string identifying type of items in this section.
public getIdentifyType ( $locale ) : string
$locale string
Результат string

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

Get ID of journal.
public getJournalId ( ) : integer
Результат integer

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

Get localized abbreviation of journal section.
public getLocalizedAbbrev ( ) : string
Результат string

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

Get localized string identifying type of items in this section.
public getLocalizedIdentifyType ( ) : string
Результат string

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

Get localized section policy.
public getLocalizedPolicy ( ) : string
Результат string

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

Get open archive setting of section.
public getMetaIndexed ( ) : boolean
Результат boolean

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

Get peer-reviewed setting of section.
public getMetaReviewed ( ) : boolean
Результат boolean

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

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

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

Set section title abbreviation.
public setAbbrev ( $abbrev, $locale )
$abbrev string
$locale string

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

Set abstract word count limit.
public setAbstractWordCount ( $wordCount )
$wordCount int

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

Set boolean indicating whether abstracts are required
public setAbstractsNotRequired ( $abstractsNotRequired )
$abstractsNotRequired boolean

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

Set if title should be hidden in About.
public setHideAbout ( $hideAbout )
$hideAbout boolean

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

Set if author should be hidden in issue ToC.
public setHideAuthor ( $hideAuthor )
$hideAuthor boolean

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

Set if title should be hidden in issue ToC.
public setHideTitle ( $hideTitle )
$hideTitle boolean

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

Set string identifying type of items in this section.
public setIdentifyType ( $identifyType, $locale )
$identifyType string
$locale string

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

Set ID of journal.
public setJournalId ( $journalId )
$journalId int

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

Set open archive setting of section.
public setMetaIndexed ( $metaIndexed )
$metaIndexed boolean

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

Set peer-reviewed setting of section.
public setMetaReviewed ( $metaReviewed )
$metaReviewed boolean

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

Set policy.
public setPolicy ( $policy, $locale )
$policy string
$locale string