The base class of unarchiver classes
Located in /administrator/components/com_joomlaupdate/restore.php (line 1206)
AKAbstractObject | --AKAbstractPart | --AKAbstractUnarchiver
Class | Description |
---|---|
![]() |
JPA archive extraction class |
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