AKAbstractUnarchiverThe base class of unarchiver classes
Located in /administrator/components/com_joomlaupdate/restore.php (line 1206)
AKAbstractObject | --AKAbstractPart | --AKAbstractUnarchiver
| Class | Description |
|---|---|
AKUnarchiverJPA
|
JPA archive extraction class |
string
$addPath
= '' (line 1230)
array
$archiveList
= array() (line 1212)
integer
$chunkSize
= 524288 (line 1242)
integer
$currentPartNumber
= -1 (line 1218)
integer
$currentPartOffset
= 0 (line 1221)
int
$dataReadLength
= 0 (line 1254)
stdClass
$fileHeader
= null (line 1251)
string
$filename
= null (line 1209)
bool
$flagRestorePermissions
= false (line 1224)
resource
$fp
= null (line 1245)
AKAbstractPostproc
$postProcEngine
= null (line 1227)
array
$renameDirs
= array() (line 1236)
array
$renameFiles
= array() (line 1233)
int
$runState
= null (line 1248)
array
$skipFiles
= array() (line 1239)
int
$totalSize
= array() (line 1215)
Inherited from AKAbstractPart
AKAbstractPart::$active_domain
AKAbstractPart::$active_step
AKAbstractPart::$active_substep
AKAbstractPart::$databaseRoot
AKAbstractPart::$hasRan
AKAbstractPart::$isFinished
AKAbstractPart::$isPrepared
AKAbstractPart::$isRunning
AKAbstractPart::$observers
AKAbstractPart::$_parametersArray
Inherited from AKAbstractObject
AKAbstractObject::$_errors_queue_size
AKAbstractObject::$_warnings_queue_size
Public constructor
Reads data from the archive and notifies the observer with the 'reading' message
Returns true if we have reached the end of file
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.
Concrete classes are supposed to use this method in order to read the archive's header and prepare themselves to the point of being ready to extract the first file.
Concrete classes must use this method to read the file header
Tries to make a directory user-writable so that we can write a file to it
Implements the abstract _prepare() method
Inherited From AKAbstractPart
AKAbstractPart::attach()
AKAbstractPart::detach()
AKAbstractPart::getDomain()
AKAbstractPart::getState()
AKAbstractPart::getStatusArray()
AKAbstractPart::getStep()
AKAbstractPart::getSubstep()
AKAbstractPart::notify()
AKAbstractPart::setBreakFlag()
AKAbstractPart::setDomain()
AKAbstractPart::setState()
AKAbstractPart::setStep()
AKAbstractPart::setSubstep()
AKAbstractPart::setup()
AKAbstractPart::tick()
AKAbstractPart::_finalize()
AKAbstractPart::_makeReturnTable()
AKAbstractPart::_prepare()
AKAbstractPart::_run()
Inherited From AKAbstractObject
AKAbstractObject::__construct()
AKAbstractObject::getError()
AKAbstractObject::getErrors()
AKAbstractObject::getWarning()
AKAbstractObject::getWarnings()
AKAbstractObject::propagateFromObject()
AKAbstractObject::propagateToObject()
AKAbstractObject::resetErrors()
AKAbstractObject::resetWarnings()
AKAbstractObject::setError()
AKAbstractObject::setErrorsQueueSize()
AKAbstractObject::setWarning()
AKAbstractObject::setWarningsQueueSize()
Documentation generated on Tue, 19 Nov 2013 15:12:16 +0100 by phpDocumentor 1.4.3