|
Open Monograph Press
3.3.0
|
Additional Inherited Members | |
Data Fields inherited from DataObject | |
| $_data = array() | |
| $_extractionAdaptersLoaded = false | |
| $_hasLoadableAdapters = false | |
| $_injectionAdaptersLoaded = false | |
| $_metadataExtractionAdapters = array() | |
| $_metadataInjectionAdapters = array() | |
| LibraryFile::getContextId | ( | ) |
Get ID of context.
Definition at line 44 of file LibraryFile.inc.php.
References DataObject\getData().
Referenced by getFilePath().
| LibraryFile::getDateModified | ( | ) |
Get modified date of file.
Definition at line 182 of file LibraryFile.inc.php.
References DataObject\getData().
| LibraryFile::getDateUploaded | ( | ) |
Get uploaded date of file.
Definition at line 166 of file LibraryFile.inc.php.
References DataObject\getData().
| LibraryFile::getDocumentType | ( | ) |
Get the file's document type (enumerated types)
Definition at line 224 of file LibraryFile.inc.php.
References getFileType().
| LibraryFile::getFilePath | ( | ) |
Return absolute path to the file on the host filesystem.
Definition at line 31 of file LibraryFile.inc.php.
References getContextId(), getServerFileName(), and Config\getVar().
| LibraryFile::getFileSize | ( | ) |
Get file size of file.
Definition at line 198 of file LibraryFile.inc.php.
References DataObject\getData().
| LibraryFile::getFileType | ( | ) |
Get file type of the file. @ return string
Definition at line 134 of file LibraryFile.inc.php.
References DataObject\getData().
Referenced by getDocumentType().
| LibraryFile::getLocalizedName | ( | ) |
Get the localized name of the file
Definition at line 126 of file LibraryFile.inc.php.
References DataObject\getLocalizedData().
| LibraryFile::getName | ( | $locale | ) |
Get the name of the file
| $locale | string |
Definition at line 118 of file LibraryFile.inc.php.
References DataObject\getData().
| LibraryFile::getNiceFileSize | ( | ) |
Get nice file size of file.
Definition at line 215 of file LibraryFile.inc.php.
References DataObject\getData().
| LibraryFile::getOriginalFileName | ( | ) |
Get original file name of the file.
| return | string |
Definition at line 92 of file LibraryFile.inc.php.
References DataObject\getData().
| LibraryFile::getPublicAccess | ( | ) |
Get public access indication
Definition at line 233 of file LibraryFile.inc.php.
References DataObject\getData().
| LibraryFile::getServerFileName | ( | ) |
Get server-side file name of the file.
| return | string |
Definition at line 76 of file LibraryFile.inc.php.
References DataObject\getData().
Referenced by getFilePath().
| LibraryFile::getSubmissionId | ( | ) |
Get ID of submission.
Definition at line 60 of file LibraryFile.inc.php.
References DataObject\getData().
| LibraryFile::getType | ( | ) |
Get type of the file. @ return string
Definition at line 150 of file LibraryFile.inc.php.
References DataObject\getData().
| LibraryFile::setContextId | ( | $contextId | ) |
Set ID of context.
| $contextId | int |
Definition at line 52 of file LibraryFile.inc.php.
References DataObject\setData().
| LibraryFile::setDateModified | ( | $dateModified | ) |
Set modified date of file.
| $dateModified | date |
Definition at line 190 of file LibraryFile.inc.php.
| LibraryFile::setDateUploaded | ( | $dateUploaded | ) |
Set uploaded date of file.
| $dateUploaded | date |
Definition at line 174 of file LibraryFile.inc.php.
| LibraryFile::setFileSize | ( | $fileSize | ) |
| LibraryFile::setFileType | ( | $fileType | ) |
Set file type of the file.
| $fileType | string |
Definition at line 142 of file LibraryFile.inc.php.
References DataObject\setData().
| LibraryFile::setName | ( | $name, | |
| $locale | |||
| ) |
Set the name of the file
| $name | string |
| $locale | string |
Definition at line 109 of file LibraryFile.inc.php.
References DataObject\setData().
| LibraryFile::setOriginalFileName | ( | $originalFileName | ) |
Set original file name of the file.
| $originalFileName | string |
Definition at line 100 of file LibraryFile.inc.php.
References DataObject\setData().
| LibraryFile::setPublicAccess | ( | $publicAccess | ) |
Set public access indication
| $publicAccess | boolean |
Definition at line 241 of file LibraryFile.inc.php.
References DataObject\setData().
| LibraryFile::setServerFileName | ( | $fileName | ) |
Set server-side file name of the file.
| $fileName | string |
Definition at line 84 of file LibraryFile.inc.php.
References DataObject\setData().
| LibraryFile::setSubmissionId | ( | $submissionId | ) |
Set ID of submission.
| $submission | int |
Definition at line 68 of file LibraryFile.inc.php.
References DataObject\setData().
| LibraryFile::setType | ( | $type | ) |
Set type of the file.
| $type | string |
Definition at line 158 of file LibraryFile.inc.php.
References DataObject\setData().