PHP 클래스 Issue, ojs

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

공개 메소드들

메소드 설명
getAccessStatus ( ) : integer get access status (ISSUE_ACCESS_.
getAuthorString ( $lastOnly = false, $separator = ', ' ) : string Return string of author names, separated by the specified token
getBestIssueId ( ) : string Return the "best" issue ID -- If a public issue ID is set, use it; otherwise use the internal issue Id.
getCoverImage ( $locale ) : string Get issue cover image file name
getCoverImageAltText ( $locale ) : string Get issue cover image alternate text
getCurrent ( ) : integer get current
getDAO ( )
getDateNotified ( ) : date get date the users were last notified
getDatePublished ( ) : date get date published
getDescription ( $locale ) : string get description
getIssueIdentification ( $force = [] ) : string Return the string of the issue identification based label format
getIssueSeries ( ) : string Return the string of the issue series identification eg: Vol 1 No 1 (2000)
getJournalId ( ) : integer get journal id
getLastModified ( ) : date get date the issue was last modified
getLocalizedCoverImage ( ) : string Get the localized issue cover image file name
getLocalizedCoverImageAltText ( ) : string Get the localized issue cover image alternate text
getLocalizedCoverImageUrl ( ) : string Get a full URL to the localized cover image
getLocalizedDescription ( ) : string Get the localized description
getLocalizedTitle ( ) : string Get the localized title
getNumArticles ( ) : integer Get number of articles in this issue.
getNumber ( ) : string get number
getOpenAccessDate ( ) : date get open access date
getPublished ( ) : integer get published
getShowNumber ( ) : integer get show issue number
getShowTitle ( ) : integer get show issue title
getShowVolume ( ) : integer get show issue volume
getShowYear ( ) : integer get show issue year
getStoredPubId ( $pubIdType ) : string Get stored public ID of the issue.
getTitle ( $locale ) : string get title
getVolume ( ) : integer get volume
getYear ( ) : integer get year
hasDescription ( ) : boolean Check whether a description exists for this issue
setAccessStatus ( $accessStatus ) set access status (ISSUE_ACCESS_.
setCoverImage ( $coverImage, $locale ) Set issue cover image file name
setCoverImageAltText ( $coverImageAltText, $locale ) Set issue cover image alternate text
setCurrent ( $current ) set current
setDateNotified ( $dateNotified ) set date the users were last notified
setDatePublished ( $datePublished ) set date published
setDescription ( $description, $locale ) set description
setJournalId ( $journalId ) set journal id
setLastModified ( $lastModified ) set date the issue was last modified
setNumber ( $number ) set number
setOpenAccessDate ( $openAccessDate ) set open access date
setPublished ( $published ) set published
setShowNumber ( $showNumber ) set show issue number
setShowTitle ( $showTitle ) set show issue title
setShowVolume ( $showVolume ) set show issue volume
setShowYear ( $showYear ) set show issue year
setStoredPubId ( $pubIdType, $pubId ) Set stored public issue id.
setTitle ( $title, $locale ) set title
setVolume ( $volume ) set volume
setYear ( $year ) set year
stampModified ( ) Stamp the date of the last modification to the current time.

메소드 상세

getAccessStatus() 공개 메소드

..)
public getAccessStatus ( ) : integer
리턴 integer

getAuthorString() 공개 메소드

Return string of author names, separated by the specified token
public getAuthorString ( $lastOnly = false, $separator = ', ' ) : string
$lastOnly boolean return list of lastnames only (default false)
$separator string separator for names (default comma+space)
리턴 string

getBestIssueId() 공개 메소드

Return the "best" issue ID -- If a public issue ID is set, use it; otherwise use the internal issue Id.
public getBestIssueId ( ) : string
리턴 string

getCoverImage() 공개 메소드

Get issue cover image file name
public getCoverImage ( $locale ) : string
$locale string
리턴 string

getCoverImageAltText() 공개 메소드

Get issue cover image alternate text
public getCoverImageAltText ( $locale ) : string
$locale string
리턴 string

getCurrent() 공개 메소드

get current
public getCurrent ( ) : integer
리턴 integer

getDAO() 공개 메소드

public getDAO ( )

getDateNotified() 공개 메소드

get date the users were last notified
public getDateNotified ( ) : date
리턴 date

getDatePublished() 공개 메소드

get date published
public getDatePublished ( ) : date
리턴 date

getDescription() 공개 메소드

get description
public getDescription ( $locale ) : string
$locale string
리턴 string

getIssueIdentification() 공개 메소드

Return the string of the issue identification based label format
public getIssueIdentification ( $force = [] ) : string
$force array force show/hide of data components
리턴 string

getIssueSeries() 공개 메소드

Return the string of the issue series identification eg: Vol 1 No 1 (2000)
public getIssueSeries ( ) : string
리턴 string

getJournalId() 공개 메소드

get journal id
public getJournalId ( ) : integer
리턴 integer

getLastModified() 공개 메소드

get date the issue was last modified
public getLastModified ( ) : date
리턴 date

getLocalizedCoverImage() 공개 메소드

Get the localized issue cover image file name
public getLocalizedCoverImage ( ) : string
리턴 string

getLocalizedCoverImageAltText() 공개 메소드

Get the localized issue cover image alternate text

getLocalizedCoverImageUrl() 공개 메소드

Get a full URL to the localized cover image

getLocalizedDescription() 공개 메소드

Get the localized description
public getLocalizedDescription ( ) : string
리턴 string

getLocalizedTitle() 공개 메소드

Get the localized title
public getLocalizedTitle ( ) : string
리턴 string

getNumArticles() 공개 메소드

Get number of articles in this issue.
public getNumArticles ( ) : integer
리턴 integer

getNumber() 공개 메소드

get number
public getNumber ( ) : string
리턴 string

getOpenAccessDate() 공개 메소드

get open access date
public getOpenAccessDate ( ) : date
리턴 date

getPublished() 공개 메소드

get published
public getPublished ( ) : integer
리턴 integer

getShowNumber() 공개 메소드

get show issue number
public getShowNumber ( ) : integer
리턴 integer

getShowTitle() 공개 메소드

get show issue title
public getShowTitle ( ) : integer
리턴 integer

getShowVolume() 공개 메소드

get show issue volume
public getShowVolume ( ) : integer
리턴 integer

getShowYear() 공개 메소드

get show issue year
public getShowYear ( ) : integer
리턴 integer

getStoredPubId() 공개 메소드

Get stored public ID of the issue.
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

getTitle() 공개 메소드

get title
public getTitle ( $locale ) : string
$locale string
리턴 string

getVolume() 공개 메소드

get volume
public getVolume ( ) : integer
리턴 integer

getYear() 공개 메소드

get year
public getYear ( ) : integer
리턴 integer

hasDescription() 공개 메소드

Check whether a description exists for this issue
public hasDescription ( ) : boolean
리턴 boolean

setAccessStatus() 공개 메소드

..)
public setAccessStatus ( $accessStatus )
$accessStatus int

setCoverImage() 공개 메소드

Set issue cover image file name
public setCoverImage ( $coverImage, $locale )
$coverImage string
$locale string

setCoverImageAltText() 공개 메소드

Set issue cover image alternate text
public setCoverImageAltText ( $coverImageAltText, $locale )
$coverImageAltText string
$locale string

setCurrent() 공개 메소드

set current
public setCurrent ( $current )
$current int

setDateNotified() 공개 메소드

set date the users were last notified
public setDateNotified ( $dateNotified )
$dateNotified date

setDatePublished() 공개 메소드

set date published
public setDatePublished ( $datePublished )
$datePublished date

setDescription() 공개 메소드

set description
public setDescription ( $description, $locale )
$description string
$locale string

setJournalId() 공개 메소드

set journal id
public setJournalId ( $journalId )
$journalId int

setLastModified() 공개 메소드

set date the issue was last modified
public setLastModified ( $lastModified )
$lastModified date

setNumber() 공개 메소드

set number
public setNumber ( $number )
$number string

setOpenAccessDate() 공개 메소드

set open access date
public setOpenAccessDate ( $openAccessDate )
$openAccessDate date

setPublished() 공개 메소드

set published
public setPublished ( $published )
$published int

setShowNumber() 공개 메소드

set show issue number
public setShowNumber ( $showNumber )
$showNumber int

setShowTitle() 공개 메소드

set show issue title
public setShowTitle ( $showTitle )
$showTitle int

setShowVolume() 공개 메소드

set show issue volume
public setShowVolume ( $showVolume )
$showVolume int

setShowYear() 공개 메소드

set show issue year
public setShowYear ( $showYear )
$showYear int

setStoredPubId() 공개 메소드

Set stored public issue 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

setTitle() 공개 메소드

set title
public setTitle ( $title, $locale )
$title string
$locale string

setVolume() 공개 메소드

set volume
public setVolume ( $volume )
$volume int

setYear() 공개 메소드

set year
public setYear ( $year )
$year int

stampModified() 공개 메소드

Stamp the date of the last modification to the current time.
public stampModified ( )