TwigDataCollector::getTime()

getTime()

DependencyInjectionExtension::hasType()

bool hasType(string $name) Returns whether the given type is supported. Parameters string $name The name of the type Return Value bool Whether the type is supported by this extension

ConcurrentModificationException

class ConcurrentModificationException extends Exception This exception is thrown whenever you change shared properties of more than one ACL of the same class type concurrently.

ResolveDefinitionTemplatesPass

class ResolveDefinitionTemplatesPass implements CompilerPassInterface This replaces all DefinitionDecorator instances with their equivalent fully merged Definition instance. Methods process(ContainerBuilder $container) Process the ContainerBuilder to replace DefinitionDecorator instances with their real Definition instances. Details process(ContainerBuilder $container) Process the ContainerBuilder to replace DefinitionDecorator instances with

ExtensionInterface::getName()

string getName() Returns extension name. Return Value string

Component\HttpFoundation\Session\Storage\Proxy

Classes AbstractProxy AbstractProxy. NativeProxy NativeProxy. SessionHandlerProxy SessionHandler proxy.

Response::prepare()

Response prepare(Request $request) Prepares the Response before it is sent to the client. This method tweaks the Response to ensure that it is compliant with RFC 2616. Most of the changes are based on the Request that is "associated" with this Response. Parameters Request $request A Request instance Return Value Response The current response

RingBuffer

class RingBuffer implements ArrayAccess Implements a ring buffer. A ring buffer is an array-like structure with a fixed size. If the buffer is full, the next written element overwrites the first bucket in the buffer, then the second and so on. Methods __construct($size) offsetExists($key) {@inheritdoc} offsetGet($key) {@inheritdoc} offsetSet($key, $value) {@inheritdoc} offsetUnset($key) {@inheritdoc} Details __construct($size)

ImmutableEventDispatcher

class ImmutableEventDispatcher implements EventDispatcherInterface A read-only proxy for an event dispatcher. Methods __construct(EventDispatcherInterface $dispatcher) Creates an unmodifiable proxy for an event dispatcher. Event dispatch(string $eventName, Event $event = null) Dispatches an event to all registered listeners. addListener(string $eventName, callable $listener, int $priority) Adds an event listener that listens on the specified events. addSubscriber(EventSubs

ArrayAdapter::getItem()

getItem($key) {@inheritdoc} Parameters $key