Public Attributes |
const | NO_USER = 2 |
Detailed Description
Article files manager.
Definition at line 7 of file oxfile.php.
Constructor & Destructor Documentation
Initialises the instance
Reimplemented from oxBase.
Definition at line 69 of file oxfile.php.
Member Function Documentation
oxFile::_checkArticleFile |
( |
|
$aFileInfo | ) |
|
|
protected |
Checks if given file is valid upload file
- Parameters
-
array | $aFileInfo | File info array |
- Exceptions
-
oxException | Throws exception if file wasn't uploaded successfully. |
Definition at line 106 of file oxfile.php.
Checks if file is not used for other objects. If not used, unlink the file.
- Returns
- null|false
Definition at line 305 of file oxfile.php.
oxFile::_getBaseDownloadDirPath |
( |
| ) |
|
|
protected |
Return full path of root dir where download files are stored
- Returns
- string
Definition at line 125 of file oxfile.php.
oxFile::_getFileHash |
( |
|
$sFileName | ) |
|
|
protected |
Calculates file hash. Currently MD5 is used.
- Parameters
-
string | $sFileName | File name values |
- Returns
- string
Definition at line 236 of file oxfile.php.
oxFile::_getFileLocation |
( |
| ) |
|
|
protected |
Returns relative file path from oxConfig 'sDownloadsDir' variable.
- Returns
- string
Definition at line 186 of file oxfile.php.
oxFile::_getFilenameForUrl |
( |
| ) |
|
|
protected |
returns oxfile__oxfilename for URL usage converts spec symbols to xx combination
- Returns
- string
Definition at line 327 of file oxfile.php.
oxFile::_getHashedFileDir |
( |
|
$sFileHash | ) |
|
|
protected |
Returns relative sub dir of oxconfig 'sDownloadsDir' of required file from supplied $sFileHash parameter. Creates dir in case it does not exist.
- Parameters
-
string | $sFileHash | File hash value |
- Returns
- string
Definition at line 216 of file oxfile.php.
oxFile::_uploadFile |
( |
|
$sSource, |
|
|
|
$sTarget |
|
) |
| |
|
protected |
Moves file from source to target and changes file mode. Returns true on success.
- Parameters
-
string | $sSource | Source filename |
string | $sTarget | Target filename |
- Returns
- bool
Definition at line 250 of file oxfile.php.
oxFile::delete |
( |
|
$sOxId = null | ) |
|
Deletes oxFile record from DB, removes orphan files.
- Parameters
-
- Returns
- bool
Reimplemented from oxBase.
Definition at line 286 of file oxfile.php.
Supplies the downloadable file for client and exits
Definition at line 335 of file oxfile.php.
Check if file exist
- Returns
- bool
Definition at line 362 of file oxfile.php.
oxFile::getDownloadExpirationTime |
( |
| ) |
|
Returns download link expiration time in hours, after the first download
- Returns
- int
Definition at line 453 of file oxfile.php.
oxFile::getLinkExpirationTime |
( |
| ) |
|
Returns ordered file link expiration time in hours
- Returns
- int
Definition at line 437 of file oxfile.php.
oxFile::getMaxDownloadsCount |
( |
| ) |
|
Returns max download count of file
- Returns
- int
Definition at line 405 of file oxfile.php.
oxFile::getMaxUnregisteredDownloadsCount |
( |
| ) |
|
Returns max download count of file, if user is not registered
- Returns
- int
Definition at line 421 of file oxfile.php.
Returns file size in bytes
- Returns
- int
Definition at line 469 of file oxfile.php.
oxFile::getStoreLocation |
( |
| ) |
|
Returns full filesystem path where files are stored. Make sure that object oxfiles__oxstorehash or oxfiles__oxfilename attribute is set before calling this method
- Returns
- string
Definition at line 154 of file oxfile.php.
oxFile::hasValidDownloads |
( |
| ) |
|
Checks if this file has valid ordered downloads
- Returns
- bool
Definition at line 372 of file oxfile.php.
oxFile::isUnderDownloadFolder |
( |
| ) |
|
Return true if file is under download folder. Return false if file is above download folder or if file does not exist.
- Returns
- bool
Definition at line 168 of file oxfile.php.
Checks whether the file has been uploaded over admin area. Returns true in case file is uploaded (and hashed) over admin area. Returns false in case file is placed manually (ftp) to "out/downloads/uploads" dir. It's similar so don't get confused here.
- Returns
- bool
Definition at line 269 of file oxfile.php.
oxFile::processFile |
( |
|
$sFileIndex | ) |
|
Sets oxefile__oxstorehash with file hash. Moves file to desired location and change its access rights.
- Parameters
-
- Exceptions
-
oxException | Throws exception if file wasn't moved or if rights wasn't changed. |
Definition at line 83 of file oxfile.php.
Member Data Documentation
oxFile::$_blHasValidDownloads = null |
|
protected |
oxFile::$_blIsPaid = null |
|
protected |
oxFile::$_sClassName = 'oxfile' |
|
protected |
oxFile::$_sCoreTable = 'oxfiles' |
|
protected |
oxFile::$_sDownloadLink = null |
|
protected |
oxFile::$_sManualUploadDir = "uploads" |
|
protected |
oxFile::$_sRelativeFilePath = null |
|
protected |
const oxFile::NO_USER = 2 |
No active user exception code.
Definition at line 13 of file oxfile.php.
The documentation for this class was generated from the following file: