Method |
Description |
|
__construct ( ) |
|
|
getDescription ( ) : string |
Get description |
|
getDownloadCount ( ) : integer |
Returns the issue's download count |
|
getFile ( ) : string |
Get file |
|
getId ( ) : integer |
Get id |
|
getIssue ( ) : Issue |
Get issue |
|
getKeywords ( ) : string |
Get keywords |
|
getLangCode ( ) : string |
Get langCode |
|
getStatistics ( ) : ArrayCollection | Ojs\AnalyticsBundle\Entity\IssueFileStatistic[] |
|
|
getTitle ( ) : string |
Get title |
|
getType ( ) : integer |
Get type |
|
getVersion ( ) : integer |
Get version |
|
setDescription ( string $description ) : IssueFile |
Set description |
|
setFile ( string $file ) : IssueFile |
Set file |
|
setIssue ( Issue $issue ) : IssueFile |
Set issue |
|
setKeywords ( string $keywords ) : IssueFile |
Set keywords |
|
setLangCode ( string $langCode ) : IssueFile |
Set langCode |
|
setStatistics ( ArrayCollection | Ojs\AnalyticsBundle\Entity\IssueFileStatistic[] $statistics ) |
|
|
setTitle ( string $title ) : IssueFile |
Set title |
|
setType ( integer $type ) : IssueFile |
Set type |
|
setUpdated ( DateTime $updated ) : IssueFile |
Set updated |
|
setVersion ( integer $version ) : IssueFile |
Set version |
|
translate ( null $locale = null ) : mixed | null | Ojs\JournalBundle\Entity\IssueFileTranslation |
Translation helper method |
|