Method |
Description |
|
__construct ( ) |
|
|
__toString ( ) : string |
Return formatted issue title and id eg. : "Issue title [#id]" |
|
addArticle ( Article $article ) : Issue |
Add article |
|
addCatalog ( Catalog $catalog ) : Issue |
Add catalog |
|
addIssueFile ( IssueFile $issueFile ) |
|
|
addSection ( Ojs\JournalBundle\Entity\Section $section ) |
Add section to issue |
|
getArticles ( ) : ArrayCollection | Article[] |
Get articles |
|
getCatalogs ( ) : Doctrine\Common\Collections\Collection |
Get catalogs |
|
getCover ( ) : string |
Get cover image path |
|
getDatePublished ( ) : DateTime |
Get datePublished |
|
getDescription ( ) : string |
Get description |
|
getDisplayMode ( ) : integer |
|
|
getFullFile ( ) : string |
|
|
getHeader ( ) : string |
|
|
getId ( ) : integer |
Get id |
|
getInPress ( ) : integer |
|
|
getIssueFiles ( ) : ArrayCollection | IssueFile[] |
|
|
getJournal ( ) : Journal |
Get journal |
|
getNumber ( ) : string |
Get number |
|
getNumerator ( ) : integer |
|
|
getPublicURI ( ) : string |
|
|
getSections ( ) : ArrayCollection | Ojs\JournalBundle\Entity\Section[] |
Get sections |
|
getSpecial ( ) : boolean |
is special |
|
getStatistics ( ) : ArrayCollection | Ojs\AnalyticsBundle\Entity\IssueStatistic[] |
|
|
getSupplement ( ) : boolean |
Get supplement |
|
getTitle ( boolean $withLocale = false ) : string |
Get title |
|
getTitleTranslations ( ) : string |
Get title translations |
|
getTotalArticleDownload ( ) : integer |
|
|
getTotalArticleView ( ) : integer |
|
|
getVolume ( ) : string |
Get volume |
|
getYear ( ) : DateTime |
Get year |
|
isLastIssue ( ) : boolean |
|
|
isPublic ( ) : boolean |
|
|
isPublished ( ) : boolean |
|
|
isSpecial ( ) |
|
|
isSupplement ( ) : boolean |
|
|
removeArticle ( Article $article ) : Issue |
Remove article |
|
removeCatalog ( Catalog $catalog ) |
Remove catalog |
|
removeSection ( Ojs\JournalBundle\Entity\Section $section ) |
Remove section from issue |
|
setCover ( string $cover ) : Issue |
Set cover image path |
|
setCreated ( DateTime $created ) : Issue |
Set created |
|
setDatePublished ( DateTime $datePublished ) : Issue |
Set datePublished |
|
setDescription ( string $description ) : Issue |
Set description |
|
setDisplayMode ( integer $displayMode ) : Issue |
|
|
setFullFile ( string $fullFile ) |
|
|
setHeader ( string $header ) |
|
|
setInPress ( integer $inPress ) : Issue |
|
|
setJournal ( Journal $journal ) : Issue |
Set journal |
|
setLastIssue ( boolean $lastIssue ) |
|
|
setNumber ( string $number ) : Issue |
Set number |
|
setNumerator ( integer $numerator ) |
|
|
setPublic ( boolean $public ) |
|
|
setPublicURI ( string $publicURI ) |
|
|
setPublished ( boolean $published ) |
|
|
setSpecial ( boolean $special ) : Issue |
Set is special |
|
setStatistics ( ArrayCollection | Ojs\AnalyticsBundle\Entity\IssueStatistic[] $statistics ) |
|
|
setSupplement ( boolean $supplement ) |
|
|
setTitle ( string $title ) : Issue |
Set title |
|
setTotalArticleDownload ( integer $totalArticleDownload ) |
|
|
setTotalArticleView ( integer $totalArticleView ) |
|
|
setUpdated ( DateTime $updated ) : Issue |
Set updated |
|
setVolume ( string $volume ) : Issue |
Set volume |
|
setYear ( DateTime $year ) : Issue |
Set year |
|
translate ( null $locale = null ) : mixed | null | Ojs\JournalBundle\Entity\IssueTranslation |
Translation helper method |
|