Public Member Functions | |
checkMedia () | |
INSERT BRIEF DESCRIPTION HERE. | |
getFileSuffix () | |
INSERT BRIEF DESCRIPTION HERE. | |
getPath () | |
INSERT BRIEF DESCRIPTION HERE. | |
getSize () | |
INSERT BRIEF DESCRIPTION HERE. | |
getURL () | |
INSERT BRIEF DESCRIPTION HERE. | |
updateFileList () | |
INSERT BRIEF DESCRIPTION HERE. | |
uploadFile ($tmpFile, $fileName) | |
Uploads a file to this content module. |
This class allows you to upload any media file, though if the file can be supported by a different media module it is probably a better idea to use that one.
SnapContentMediaFile::checkMedia | ( | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
Reimplemented from SnapContent.
SnapContentMediaFile::getFileSuffix | ( | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
SnapContentMediaFile::getPath | ( | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
SnapContentMediaFile::getSize | ( | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
SnapContentMediaFile::getURL | ( | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
SnapContentMediaFile::updateFileList | ( | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
Reimplemented from SnapContent.
SnapContentMediaFile::uploadFile | ( | $ | tmpFile, | |
$ | fileName | |||
) |
Uploads a file to this content module.
$tmpFile | [string]: The path to the file as it is currently stored | |
$fileName | [string]: The name of the new file (path not included) |