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é
Référence du fichier restore.php

Structures de données

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

Espaces de nommage

 akeebabackup
 

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)
 
 masterSetup ()
 
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.

Référencé par masterSetup().

◆ masterSetup()

masterSetup ( )

The Master Setup will read the configuration parameters from restoration.php or the JSON-encoded "configuration" input variable and return the status.

Renvoie
bool True if the master configuration was applied to the Factory object

Références $key, $password, $value, AKEncryptionAES\AESDecryptCtr(), elseif, AKFactory\get(), getQueryParam(), null, AKText\parse_ini_file(), AKFactory\set(), et AKFactory\unserialize().

◆ recursive_remove_directory()

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

Documentation des variables

◆ _AKEEBA_RESTORATION

const _AKEEBA_RESTORATION 1

◆ 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