class Connection

Forwards serialized Data clones to a server.

Methods

__construct(string $host, array $contextProviders = array())

No description

array
getContextProviders()

No description

bool
write(Data $data)

No description

Details

__construct(string $host, array $contextProviders = array())

Parameters

string $host The server host
array $contextProviders Context providers indexed by context name

array getContextProviders()

Return Value

array

bool write(Data $data)

Parameters

Data $data

Return Value

bool