Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence du fichier restore.php

Structures de données

class  AKAbstractObject
 
class  AKAbstractPart
 
class  AKAbstractUnarchiver
 
class  AKAbstractPostproc
 
class  AKAbstractPartObserver
 
class  AKPostprocDirect
 
class  AKUnarchiverJPA
 
class  AKUnarchiverZIP
 
class  AKCoreTimer
 
class  AKUtilsLister
 
class  AKText
 
class  AKFactory
 
interface  AKEncryptionAESAdapterInterface
 
class  AKEncryptionAESAdapterAbstract
 
class  Mcrypt
 
class  OpenSSL
 
class  AKEncryptionAES
 

Fonctions

if(!defined('_AKEEBA_IS_WINDOWS')) if(!defined('KSROOTDIR')) if(!defined('KSLANGDIR')) if(function_exists('setlocale')) if(!function_exists('fnmatch')) if(!function_exists('akstringlen')) if(!function_exists('aksubstr')) getQueryParam ($key, $default=null)
 
 debugMsg ($msg)
 
if(!defined('KICKSTART')) recursive_remove_directory ($directory)
 

Variables

const _AKEEBA_RESTORATION 1
 
defined('DS') or define('DS' DIRECTORY_SEPARATOR
 
const AK_STATE_NOFILE 0
 
const AK_STATE_HEADER 1
 
const AK_STATE_DATA 2
 
const AK_STATE_DATAREAD 3
 
const AK_STATE_POSTPROC 4
 
const AK_STATE_DONE 5
 

Documentation des fonctions

◆ debugMsg()

◆ getQueryParam()

if (!defined( '_AKEEBA_IS_WINDOWS')) if (!defined( 'KSROOTDIR')) if (!defined( 'KSLANGDIR')) if (function_exists( 'setlocale')) if (!function_exists( 'fnmatch')) if (!function_exists( 'akstringlen')) if (!function_exists( 'aksubstr')) getQueryParam (   $key,
  $default = null 
)

Gets a query parameter from GET or POST data

Paramètres
$key
$default

Références $default, $key, et $value.

◆ recursive_remove_directory()

if (!defined( 'KICKSTART')) recursive_remove_directory (   $directory)

Documentation des variables

◆ _AKEEBA_RESTORATION

const _AKEEBA_RESTORATION 1

Akeeba Restore

An archive extraction engine for ZIP, JPA and JPS archives.

Note
This file has been modified by the Joomla! Project and no longer reflects the original work of its author.

◆ AK_STATE_DATA

◆ AK_STATE_DATAREAD

◆ AK_STATE_DONE

◆ AK_STATE_HEADER

◆ AK_STATE_NOFILE

◆ AK_STATE_POSTPROC

const AK_STATE_POSTPROC 4

Référencé par AKAbstractUnarchiver\_run().

◆ DIRECTORY_SEPARATOR