MemcachedConnector::connect()

Memcached connect(array $servers, string|null $connectionId = null, array $options = array(), array $credentials = array()) Create a new Memcached connection. Parameters array $servers string|null $connectionId array $options array $credentials Return Value Memcached Exceptions RuntimeException

MemcachedConnector

MemcachedConnector class MemcachedConnector (View source) Methods Memcached connect(array $servers, string|null $connectionId = null, array $options = array(), array $credentials = array()) Create a new Memcached connection.

MaxAttemptsExceededException

MaxAttemptsExceededException class MaxAttemptsExceededException extends RuntimeException (View source)

MassAssignmentException

MassAssignmentException class MassAssignmentException extends RuntimeException (View source)

MarshalException::whileMapping()

static void whileMapping(string $command, ReflectionParameter $parameter) Throw a new exception. Parameters string $command ReflectionParameter $parameter Return Value void Exceptions static

MarshalException

MarshalException class MarshalException extends RuntimeException (View source) Methods static void whileMapping(string $command, ReflectionParameter $parameter) Throw a new exception.

MandrillTransport::__construct()

void __construct(ClientInterface $client, string $key) Create a new Mandrill transport instance. Parameters ClientInterface $client string $key Return Value void

MandrillTransport::stop()

stop() {@inheritdoc}

MandrillTransport::start()

start() {@inheritdoc}

MandrillTransport::setKey()

string setKey(string $key) Set the API key being used by the transport. Parameters string $key Return Value string