Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
process () | |
processFilename ($filename, $perms=0755) | |
createDirRecursive ($dirName, $perms) | |
chmod ($file, $perms) | |
unlink ($file) | |
rmdir ($directory) | |
rename ($from, $to) | |
Fonctions membres publiques hérités de AKAbstractObject | |
getError ($i=null) | |
getErrors () | |
resetErrors () | |
getWarning ($i=null) | |
getWarnings () | |
resetWarnings () | |
propagateToObject (&$object) | |
propagateFromObject (&$object) | |
setError ($error) | |
setWarning ($warning) | |
Champs de données | |
$timestamp = 0 | |
Attributs protégés | |
$filename = null | |
$perms = 0755 | |
$tempFilename = null | |
Attributs protégés hérités de AKAbstractObject | |
$_errors_queue_size = 0 | |
$_warnings_queue_size = 0 | |
Membres hérités additionnels | |
Fonctions membres protégées hérités de AKAbstractObject | |
setErrorsQueueSize ($newSize=0) | |
setWarningsQueueSize ($newSize=0) | |
File post processor engines base class
|
abstract |
|
abstract |
Recursively creates a directory if it doesn't exist
string | $dirName | The directory to create |
int | $perms | The permissions to give to that directory |
|
abstract |
Processes the current file, e.g. moves it from temp to final location by FTP
|
abstract |
The unarchiver tells us the path to the filename it wants to extract and we give it a different path instead.
string | $filename | The path to the real file |
int | $perms | The permissions we need the file to have |
|
abstract |
|
abstract |
|
abstract |
|
protected |
Référencé par AKPostprocDirect\processFilename().
|
protected |
|
protected |
$timestamp = 0 |