![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de AKAbstractPostproc: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 | |
| __construct () | |
| 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 |
|
protected |
Référencé par AKPostprocDirect\chmod(), AKPostprocFTP\chmod(), AKPostprocSFTP\chmod(), AKPostprocHybrid\chmod(), AKPostprocDirect\createDirRecursive(), AKPostprocFTP\createDirRecursive(), AKPostprocSFTP\createDirRecursive(), AKPostprocHybrid\createDirRecursive(), AKPostprocHybrid\process(), AKPostprocDirect\processFilename(), AKPostprocFTP\processFilename(), AKPostprocSFTP\processFilename(), et AKPostprocHybrid\processFilename().
|
protected |
| $timestamp = 0 |