Definition at line 9 of file VaultManager.php.
static destroyFile |
( |
|
$vid | ) |
|
|
static |
Destroy file from vault The file is physicaly deleted
- Parameters
-
int | $vid | vault file identifier |
- Exceptions
-
Definition at line 97 of file VaultManager.php.
static destroyTmpFiles |
( |
|
$dayInterval = 2 | ) |
|
|
static |
Delete vault temporary files where create date is less than interval
- Parameters
-
int | $dayInterval | number of day |
Definition at line 110 of file VaultManager.php.
static getFileInfo |
( |
|
$idfile, |
|
|
|
$teng_name = "" |
|
) |
| |
|
static |
return various informations for a file stored in VAULT
- Parameters
-
int | $idfile | vault file identifier |
string | $teng_name | transformation engine name |
- Returns
Definition at line 30 of file VaultManager.php.
static setFilesPersitent |
( |
array |
$vids | ) |
|
|
static |
Delete id_tmp propertty of identified files
- Parameters
-
array | $vids | vault identifiers list |
Definition at line 80 of file VaultManager.php.
static storeFile |
( |
|
$filepath, |
|
|
|
$ftitle = "" , |
|
|
|
$public_access = false |
|
) |
| |
|
static |
return various informations for a file stored in VAULT
- Parameters
-
string | $filepath | |
string | $ftitle | |
bool | $public_access | set to true to store uncontrolled files like icons |
- Returns
- int
- Exceptions
-
Definition at line 46 of file VaultManager.php.
static storeTemporaryFile |
( |
|
$filepath, |
|
|
|
$ftitle = "" |
|
) |
| |
|
static |
return various informations for a file stored in VAULT
- Parameters
-
string | $filepath | |
string | $ftitle | |
- Exceptions
-
- Returns
- int return vault identifier
Definition at line 63 of file VaultManager.php.
static updateAccessDate |
( |
|
$idfile | ) |
|
|
static |
Set access date to now
- Parameters
-
int | $idfile | vault file identifier |
Definition at line 123 of file VaultManager.php.
The documentation for this class was generated from the following file: