Inheritance diagram for SuppFile:

Definition at line 20 of file SuppFile.inc.php.
| SuppFile.getBestSuppFileId | ( | $ | schedConf = null |
) |
Return the "best" supp file ID -- If a public ID is set, use it; otherwise use the internal Id. (Checks the sched conf settings to ensure that the public ID feature is enabled.)
| $schedConf | Object the sched conf this paper is in |
Definition at line 397 of file SuppFile.inc.php.
References getPaperId(), and getPublicSuppFileId().
| SuppFile.getCreator | ( | $ | locale | ) |
Get creator.
| $locale | string |
Definition at line 125 of file SuppFile.inc.php.
| SuppFile.getDateCreated | ( | ) |
| SuppFile.getDateSubmitted | ( | ) |
| SuppFile.getDescription | ( | $ | locale | ) |
Get file description.
| $locale | string |
Definition at line 219 of file SuppFile.inc.php.
| SuppFile.getLanguage | ( | ) |
| SuppFile.getPaperId | ( | ) |
Get ID of paper.
Reimplemented from PaperFile.
Definition at line 74 of file SuppFile.inc.php.
Referenced by getBestSuppFileId().
| SuppFile.getPublicSuppFileId | ( | ) |
Get public ID of supplementary file.
Definition at line 55 of file SuppFile.inc.php.
Referenced by getBestSuppFileId().
| SuppFile.getPublisher | ( | $ | locale | ) |
Get publisher.
| $locale | string |
Definition at line 245 of file SuppFile.inc.php.
| SuppFile.getSequence | ( | ) |
Get sequence order of supplementary file.
Definition at line 378 of file SuppFile.inc.php.
| SuppFile.getShowReviewers | ( | ) |
Check if file is available to peer reviewers.
Definition at line 346 of file SuppFile.inc.php.
| SuppFile.getSource | ( | $ | locale | ) |
Get source.
| $locale | string |
Definition at line 313 of file SuppFile.inc.php.
| SuppFile.getSponsor | ( | $ | locale | ) |
Get sponsor.
| $locale | string |
Definition at line 271 of file SuppFile.inc.php.
| SuppFile.getSubject | ( | $ | locale | ) |
Get subject.
| $locale | string |
Definition at line 151 of file SuppFile.inc.php.
| SuppFile.getSuppFileCreator | ( | ) |
| SuppFile.getSuppFileDescription | ( | ) |
| SuppFile.getSuppFileId | ( | ) |
| SuppFile.getSuppFilePublisher | ( | ) |
| SuppFile.getSuppFileSource | ( | ) |
| SuppFile.getSuppFileSponsor | ( | ) |
| SuppFile.getSuppFileSubject | ( | ) |
| SuppFile.getSuppFileTitle | ( | ) |
| SuppFile.getSuppFileTypeOther | ( | ) |
| SuppFile.getTitle | ( | ) |
Get title.
| $locale | string |
Definition at line 99 of file SuppFile.inc.php.
| SuppFile.getType | ( | ) |
Get type (method/approach).
Reimplemented from PaperFile.
Definition at line 168 of file SuppFile.inc.php.
| SuppFile.getTypeOther | ( | $ | locale | ) |
Get custom type.
| $locale | string |
Definition at line 193 of file SuppFile.inc.php.
| SuppFile.setCreator | ( | $ | creator, | |
| $ | locale | |||
| ) |
Set creator.
| $creator | string | |
| $locale | string |
Definition at line 134 of file SuppFile.inc.php.
| SuppFile.setDateCreated | ( | $ | dateCreated | ) |
| SuppFile.setDateSubmitted | ( | $ | dateSubmitted | ) |
Set date file was submitted.
| $dateSubmitted | datetime |
Definition at line 370 of file SuppFile.inc.php.
| SuppFile.setDescription | ( | $ | description, | |
| $ | locale | |||
| ) |
Set file description.
| $description | string | |
| $locale | string |
Definition at line 228 of file SuppFile.inc.php.
| SuppFile.setLanguage | ( | $ | language | ) |
| SuppFile.setPaperId | ( | $ | paperId | ) |
Set ID of paper.
| $paperId | int |
Reimplemented from PaperFile.
Definition at line 82 of file SuppFile.inc.php.
| SuppFile.setPublicSuppFileId | ( | $ | publicSuppFileId | ) |
Set public ID of supplementary file.
| $suppFileId | string |
Definition at line 66 of file SuppFile.inc.php.
| SuppFile.setPublisher | ( | $ | publisher, | |
| $ | locale | |||
| ) |
Set publisher.
| $publisher | string | |
| $locale | string |
Definition at line 254 of file SuppFile.inc.php.
| SuppFile.setSequence | ( | $ | sequence | ) |
Set sequence order of supplementary file.
| $sequence | float |
Definition at line 386 of file SuppFile.inc.php.
| SuppFile.setShowReviewers | ( | $ | showReviewers | ) |
Set if file is available to peer reviewers or not.
| boolean |
Definition at line 354 of file SuppFile.inc.php.
| SuppFile.setSource | ( | $ | source, | |
| $ | locale | |||
| ) |
Set source.
| $source | string | |
| $locale | string |
Definition at line 322 of file SuppFile.inc.php.
| SuppFile.setSponsor | ( | $ | sponsor, | |
| $ | locale | |||
| ) |
Set sponsor.
| $sponsor | string | |
| $locale | string |
Definition at line 280 of file SuppFile.inc.php.
| SuppFile.setSubject | ( | $ | subject, | |
| $ | locale | |||
| ) |
Set subject.
| $subject | string | |
| $locale | string |
Definition at line 160 of file SuppFile.inc.php.
| SuppFile.setSuppFileId | ( | $ | suppFileId | ) |
Set ID of supplementary file.
| $suppFileId | int |
Definition at line 46 of file SuppFile.inc.php.
| SuppFile.setTitle | ( | $ | title, | |
| $ | locale | |||
| ) |
Set title.
| $title | string | |
| $locale | string |
Definition at line 108 of file SuppFile.inc.php.
| SuppFile.setType | ( | $ | type | ) |
Set type (method/approach).
| $type | string |
Reimplemented from PaperFile.
Definition at line 176 of file SuppFile.inc.php.
| SuppFile.setTypeOther | ( | $ | typeOther, | |
| $ | locale | |||
| ) |
Set custom type.
| $typeOther | string | |
| $locale | string |
Definition at line 202 of file SuppFile.inc.php.
| SuppFile.SuppFile | ( | ) |
Constructor.
Definition at line 25 of file SuppFile.inc.php.
1.4.7