Artwork file class. More...
Public Member Functions | |
| ArtworkFile () | |
| copyEditableMetadataFrom ($monographFile) | |
| getCaption () | |
| getChapterId () | |
| getContactAuthor () | |
| getCopyrightOwner () | |
| getCopyrightOwnerContactDetails () | |
| getCredit () | |
| getHeight () | |
| getPermissionFileId () | |
| getPermissionTerms () | |
| getWidth () | |
| setCaption ($caption) | |
| setChapterId ($chapterId) | |
| setContactAuthor ($authorId) | |
| setCopyrightOwner ($owner) | |
| setCopyrightOwnerContactDetails ($contactDetails) | |
| setCredit ($credit) | |
| setPermissionFileId ($fileId) | |
| setPermissionTerms ($terms) | |
Artwork file class.
Definition at line 18 of file ArtworkFile.inc.php.
| ArtworkFile.ArtworkFile | ( | ) |
Constructor
Definition at line 25 of file ArtworkFile.inc.php.
References MonographFile.MonographFile().
| ArtworkFile.copyEditableMetadataFrom | ( | $ | monographFile | ) |
Copy the user-facing (editable) metadata from another monograph file.
| $monographFile | MonographFile |
Reimplemented from MonographFile.
Definition at line 189 of file ArtworkFile.inc.php.
References setCaption(), setCopyrightOwner(), setCopyrightOwnerContactDetails(), setCredit(), and setPermissionTerms().
| ArtworkFile.getCaption | ( | ) |
| ArtworkFile.getChapterId | ( | ) |
| ArtworkFile.getContactAuthor | ( | ) |
| ArtworkFile.getCopyrightOwner | ( | ) |
| ArtworkFile.getCopyrightOwnerContactDetails | ( | ) |
Get contact details for the copyright owner.
Definition at line 85 of file ArtworkFile.inc.php.
| ArtworkFile.getCredit | ( | ) |
| ArtworkFile.getHeight | ( | ) |
Get the height of the image in pixels.
Definition at line 176 of file ArtworkFile.inc.php.
References MonographFile.getFilePath().
| ArtworkFile.getPermissionFileId | ( | ) |
| ArtworkFile.getPermissionTerms | ( | ) |
| ArtworkFile.getWidth | ( | ) |
Get the width of the image in pixels.
Definition at line 165 of file ArtworkFile.inc.php.
References MonographFile.getFilePath().
| ArtworkFile.setCaption | ( | $ | caption | ) |
Set artwork caption.
| $caption | string |
Definition at line 45 of file ArtworkFile.inc.php.
Referenced by copyEditableMetadataFrom().
| ArtworkFile.setChapterId | ( | $ | chapterId | ) |
Set the monograph chapter id.
| $chapterId | int |
Definition at line 141 of file ArtworkFile.inc.php.
| ArtworkFile.setContactAuthor | ( | $ | authorId | ) |
Set the contact author's id.
| $authorId | int |
Definition at line 157 of file ArtworkFile.inc.php.
| ArtworkFile.setCopyrightOwner | ( | $ | owner | ) |
Set the copyright owner.
| $owner | string |
Definition at line 77 of file ArtworkFile.inc.php.
Referenced by copyEditableMetadataFrom().
| ArtworkFile.setCopyrightOwnerContactDetails | ( | $ | contactDetails | ) |
Set the contact details for the copyright owner.
| $contactDetails | string |
Definition at line 93 of file ArtworkFile.inc.php.
Referenced by copyEditableMetadataFrom().
| ArtworkFile.setCredit | ( | $ | credit | ) |
Set the credit.
| $credit | string |
Definition at line 61 of file ArtworkFile.inc.php.
Referenced by copyEditableMetadataFrom().
| ArtworkFile.setPermissionFileId | ( | $ | fileId | ) |
Set the permission form file id.
| $fileId | int |
Definition at line 125 of file ArtworkFile.inc.php.
| ArtworkFile.setPermissionTerms | ( | $ | terms | ) |
Set the permission terms.
| $terms | string |
Definition at line 109 of file ArtworkFile.inc.php.
Referenced by copyEditableMetadataFrom().
1.7.1