ResultIterator::valid()

valid()

ResultIterator::current()

Entry current() Fetches the current entry. Return Value Entry

ResultIterator::next()

next()

ResultIterator::key()

key()

ResultIterator

class ResultIterator implements Iterator Methods __construct(Connection $connection, Query $search) Entry current() Fetches the current entry. next() key() valid() rewind() Details __construct(Connection $connection, Query $search) Parameters Connection $connection Query $search Entry current() Fetches the current entry. Return Value Entry

ResultIterator::rewind()

rewind()

ResponseListener::onKernelResponse()

onKernelResponse(FilterResponseEvent $event) Filters the Response. Parameters FilterResponseEvent $event A FilterResponseEvent instance

ResponseListener::getSubscribedEvents()

static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priority)) a

ResponseListener::getSubscribedEvents()

static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priority)) a

ResponseListener

class ResponseListener implements EventSubscriberInterface Adds remember-me cookies to the Response. Methods onKernelResponse(FilterResponseEvent $event) static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. Details onKernelResponse(FilterResponseEvent $event) Parameters FilterResponseEvent $event static array getSubscribedEvents() Returns an array