MessageDataCollector deprecated::isSpool()

isSpool()

ExceptionInterface

interface ExceptionInterface Base ExceptionInterface for the Ldap component.

HttpDigestFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

NormalizerInterface

interface NormalizerInterface Defines the interface of normalizers. Methods array|scalar normalize(object $object, string $format = null, array $context = array()) Normalizes an object into a set of arrays/scalars. bool supportsNormalization(mixed $data, string $format = null) Checks whether the given class is supported for normalization by this normalizer. Details array|scalar normalize(object $object, string $format = null, array $context = array())

Hour2401Transformer

class Hour2401Transformer extends HourTransformer Parser and formatter for 24 hour format (1-24). Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse

MemcachedSessionHandler

class MemcachedSessionHandler implements SessionHandlerInterface MemcachedSessionHandler. Memcached based session storage handler based on the Memcached class provided by the PHP memcached extension. Methods __construct(Memcached $memcached, array $options = array()) Constructor. open($savePath, $sessionName) {@inheritdoc} close() {@inheritdoc} read($sessionId) {@inheritdoc} write($sessionId, $data) {@inheritdoc} destroy($sessionId) {@inheritdoc} gc($maxlife

Component\PropertyAccess\Exception

Classes InvalidPropertyPathException Thrown when a property path is malformed. NoSuchPropertyException Thrown when a property cannot be found. OutOfBoundsException Base OutOfBoundsException for the PropertyAccess component. RuntimeException Base RuntimeException for the PropertyAccess component. UnexpectedTypeException Thrown when a value does not match an expected type. Interfaces ExceptionInterface Marker interface for the PropertyAccess component.

RedirectableUrlMatcher

class RedirectableUrlMatcher extends RedirectableUrlMatcher Constants REQUIREMENT_MATCH REQUIREMENT_MISMATCH ROUTE_MATCH Methods __construct(RouteCollection $routes, RequestContext $context) Constructor. from UrlMatcher setContext(RequestContext $context) Sets the request context. from UrlMatcher RequestContext getContext() Gets the request context. from UrlMatcher array match(string $pathinfo) Tries to match a URL path with a set of routes. from RedirectableUrlM

BundleReaderInterface::read()

mixed read(string $path, string $locale) Reads a resource bundle. Parameters string $path The path to the resource bundle. string $locale The locale to read. Return Value mixed Returns an array or {@link \ArrayAccess} instance for complex data, a scalar value otherwise.

TokenProviderInterface::loadTokenBySeries()

PersistentTokenInterface loadTokenBySeries(string $series) Loads the active token for the given series. Parameters string $series Return Value PersistentTokenInterface Exceptions TokenNotFoundException if the token is not found