![]() |
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 AKUnarchiverJPS:Fonctions membres publiques | |
| __construct () | |
| __wakeup () | |
Fonctions membres publiques hérités de AKAbstractUnarchiver | |
| __construct () | |
| __wakeup () | |
| shutdown () | |
| isIgnoredDirectory ($shortFilename) | |
Fonctions membres publiques hérités de AKAbstractPart | |
| tick () | |
| getState () | |
| getStatusArray () | |
| setup ($parametersArray) | |
| getDomain () | |
| getStep () | |
| getSubstep () | |
| attach (AKAbstractPartObserver $obs) | |
| detach (AKAbstractPartObserver $obs) | |
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) | |
Fonctions membres protégées | |
| readArchiveHeader () | |
| readFileHeader () | |
| createDirectory () | |
| processFileData () | |
Fonctions membres protégées hérités de AKUnarchiverJPA | |
| readArchiveHeader () | |
| readFileHeader () | |
| heuristicFileHeaderLocator () | |
| createDirectory () | |
| processFileData () | |
Fonctions membres protégées hérités de AKAbstractUnarchiver | |
| _prepare () | |
| readArchiveHeader () | |
| _run () | |
| readFileHeader () | |
| processFileData () | |
| _finalize () | |
| nextFile () | |
| isEOF ($local=false) | |
| setCorrectPermissions ($path) | |
| fread ($fp, $length=null) | |
| removePath ($path) | |
Fonctions membres protégées hérités de AKAbstractPart | |
| _prepare () | |
| _run () | |
| _finalize () | |
| _makeReturnTable () | |
| setState ($state='init', $errorMessage='Invalid setState argument') | |
| setBreakFlag () | |
| setDomain ($new_domain) | |
| setStep ($new_step) | |
| setSubstep ($new_substep) | |
| notify ($message) | |
Fonctions membres protégées hérités de AKAbstractObject | |
| setErrorsQueueSize ($newSize=0) | |
| setWarningsQueueSize ($newSize=0) | |
Attributs protégés | |
| $archiveHeaderData = array() | |
| $password = '' | |
Attributs protégés hérités de AKUnarchiverJPA | |
| $archiveHeaderData = array() | |
Attributs protégés hérités de AKAbstractUnarchiver | |
| $filename = null | |
| $currentPartNumber = -1 | |
| $currentPartOffset = 0 | |
| $flagRestorePermissions = false | |
| $postProcEngine = null | |
| $addPath = '' | |
| $removePath = '' | |
| $chunkSize = 524288 | |
| $fp = null | |
| $runState = null | |
| $fileHeader = null | |
| $dataReadLength = 0 | |
| $ignoreDirectories = array() | |
Attributs protégés hérités de AKAbstractPart | |
| $isPrepared = false | |
| $isRunning = false | |
| $isFinished = false | |
| $hasRan = false | |
| $active_domain = "" | |
| $active_step = "" | |
| $active_substep = "" | |
| $_parametersArray = array() | |
| $databaseRoot = array() | |
| $observers = array() | |
Attributs protégés hérités de AKAbstractObject | |
| $_errors_queue_size = 0 | |
| $_warnings_queue_size = 0 | |
Fonctions membres privées | |
| processTypeDir () | |
| processTypeLink () | |
| processTypeFileUncompressed () | |
| processTypeFileCompressedSimple () | |
| readKeyExpansionExtraHeader () | |
Attributs privés | |
| $pbkdf2Algorithm = 'sha1' | |
| $pbkdf2Iterations = 1000 | |
| $pbkdf2UseStaticSalt = 0 | |
| $pbkdf2StaticSalt = "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" | |
| $compressedSizeReadSinceLastFileHeader = 0 | |
Membres hérités additionnels | |
Champs de données hérités de AKAbstractUnarchiver | |
| $archiveList = array() | |
| $totalSize = array() | |
| $renameFiles = array() | |
| $renameDirs = array() | |
| $skipFiles = array() | |
JPS archive extraction class
| __construct | ( | ) |
Références AKFactory\get().
| __wakeup | ( | ) |
|
protected |
Creates the directory this file points to
Références AKFactory\get(), et AKText\sprintf().
|
protected |
Concrete classes must use this method to process file data. It must set $runState to AK_STATE_DATAREAD when it's finished processing the file data.
|
private |
|
private |
|
private |
Références AK_STATE_DATAREAD, AKFactory\get(), et AKText\sprintf().
|
private |
Process the file data of a link entry
Références $data, AKText\_(), AKEncryptionAES\AESDecryptCBC(), AK_STATE_DATAREAD, et AKFactory\get().
|
protected |
|
protected |
Concrete classes must use this method to read the file header
Références $file, AKEncryptionAES\AESDecryptCBC(), AK_STATE_DONE, AK_STATE_HEADER, elseif, AKFactory\get(), null, AKEncryptionAES\setPbkdf2Algorithm(), AKEncryptionAES\setPbkdf2Iterations(), AKEncryptionAES\setPbkdf2StaticSalt(), AKEncryptionAES\setPbkdf2UseStaticSalt(), et AKText\sprintf().
|
private |
Références AKText\_().
Référencé par readArchiveHeader().
|
protected |
|
private |
|
protected |
|
private |
|
private |
|
private |
|
private |