The 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 |
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::$warnings_pointer
AKAbstractPart::$_parametersArray
Inherited from AKAbstractObject
AKAbstractObject::$_errors
AKAbstractObject::$_errors_queue_size
AKAbstractObject::$_warnings
AKAbstractObject::$_warnings_queue_size
Public constructor
Reads data from the archive and notifies the observer with the 'reading' message
Returns the base extension of the file, e.g. '.jpa'
Returns true if we have reached the end of file
Opens the next part file for reading
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
Scans for archive parts
Tries to make a directory user-writable so that we can write a file to it
Sleep function, called whenever the class is serialized
Implements the abstract _prepare() method
Wakeup function, called whenever the class is unserialized
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::getItemFromArray()
AKAbstractObject::getWarning()
AKAbstractObject::getWarnings()
AKAbstractObject::propagateFromObject()
AKAbstractObject::propagateToObject()
AKAbstractObject::resetErrors()
AKAbstractObject::resetWarnings()
AKAbstractObject::setError()
AKAbstractObject::setErrorsQueueSize()
AKAbstractObject::setWarning()
AKAbstractObject::setWarningsQueueSize()
Documentation generated on Mon, 25 Jun 2012 13:59:13 -0500 by phpDocumentor 1.4.4