Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (string $host, DataDumperInterface $wrappedDumper=null, array $contextProviders=[]) | |
getContextProviders () | |
dump (Data $data) | |
Attributs privés | |
$connection | |
$wrappedDumper | |
ServerDumper forwards serialized Data clones to a server.
__construct | ( | string | $host, |
DataDumperInterface | $wrappedDumper = null , |
||
array | $contextProviders = [] |
||
) |
string | $host | The server host |
DataDumperInterface | null | $wrappedDumper | A wrapped instance used whenever we failed contacting the server |
ContextProviderInterface[] | $contextProviders Context providers indexed by context name |
Références ServerDumper\$wrappedDumper.
dump | ( | Data | $data | ) |
getContextProviders | ( | ) |
|
private |
|
private |
Référencé par ServerDumper\__construct(), et ServerDumper\dump().