PHP 클래스 Section, ojs

상속: extends DataObject
파일 보기 프로젝트 열기: pkp/ojs 1 사용 예제들

공개 메소드들

메소드 설명
__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

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