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é
|
Fonctions membres publiques statiques | |
static | serialize () |
static & | getUnarchiver ($configOverride=null) |
static | get ($key, $default=null) |
static | unserialize ($serialized_data) |
static | nuke () |
static | set ($key, $value) |
static & | getPostProc ($proc_engine=null) |
static & | getTimer () |
Fonctions membres protégées statiques | |
static & | getInstance ($serialized_data=null) |
static & | getClassInstance ($class_name) |
Fonctions membres privées | |
__construct () | |
Attributs privés | |
$objectlist = array() | |
$varlist = array() | |
Attributs privés statiques | |
static | $instance = null |
The Akeeba Kickstart Factory class This class is reponssible for instanciating all Akeeba Kicsktart classes
|
private |
Private constructor makes sure we can't directly instantiate the class
|
static |
Références $default, $key, et $self.
Référencé par AKCoreTimer\__construct(), AKPostprocDirect\chmod(), AKUnarchiverJPA\createDirectory(), AKPostprocDirect\createDirRecursive(), AKCoreTimer\enforce_min_exec_time(), AKPostprocDirect\process(), AKUnarchiverJPA\processTypeFileCompressedSimple(), AKUnarchiverJPA\processTypeFileUncompressed(), AKUnarchiverJPA\processTypeLink(), AKUnarchiverJPA\readFileHeader(), et AKAbstractUnarchiver\setCorrectPermissions().
|
staticprotected |
Internal function which instanciates a class named $class_name. The autoloader
string | $class_name |
Références $self.
|
staticprotected |
Gets a single, internally used instance of the Factory
string | $serialized_data | [optional] Serialized data to spawn the instance from |
Références unserialize().
|
static |
Gets the post processing engine
string | $proc_engine |
Référencé par AKAbstractUnarchiver\_prepare(), et recursive_remove_directory().
|
static |
Get the a reference to the Akeeba Engine's timer
PhpIncompatibleReturnTypeInspection
Référencé par AKAbstractUnarchiver\_run(), et AKUnarchiverJPA\processTypeFileUncompressed().
|
static |
|
static |
Reset the internal factory state, freeing all previously created objects
Références null.
|
static |
Gets a serialized snapshot of the Factory for safekeeping (hibernate)
|
static |
Références $key, $self, et $value.
Référencé par AKAbstractPart\setBreakFlag().
|
static |
Regenerates the full Factory state from a serialized snapshot (resume)
string | $serialized_data | The serialized snapshot to resume from |
Référencé par getInstance().
|
staticprivate |
|
private |
|
private |