BaseNode::removeAttribute()

removeAttribute($key) Parameters $key

DnsMock::register()

static register($class) Parameters $class

MethodArgumentNotImplementedException deprecated

class MethodArgumentNotImplementedException extends MethodArgumentNotImplementedException deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\Exception\MethodArgumentNotImplementedException} instead. Alias of {@link \Symfony\Component\Intl\Exception\MethodArgumentNotImplementedException}. Constants INTL_INSTALL_MESSAGE Methods __construct(string $methodName, string $argName) Constructor. from MethodArgumentNotImplementedException Details

DnsMock::withMockedHosts()

static withMockedHosts(array $hosts) Configures the mock values for DNS queries. Parameters array $hosts Mocked hosts as keys, arrays of DNS records as returned by dnsgetrecord() as values

ParameterBag::all()

array all() Gets the service container parameters. Return Value array An array of parameters

ExceptionInterface

interface ExceptionInterface Exception interface for all exceptions thrown by the component.

Request::getSession()

SessionInterface|null getSession() Gets the Session. Return Value SessionInterface|null The session

Event::stopPropagation()

stopPropagation() Stops the propagation of the event to further event listeners. If multiple event listeners are connected to the same event, no further event listener will be triggered once any trigger calls stopPropagation().

Bundle\FrameworkBundle\EventListener

Classes SessionListener Sets the session in the request. TestSessionListener TestSessionListener.

ClassMetadataInterface::getReflectionClass()

ReflectionClass getReflectionClass() Returns a {@link \ReflectionClass} instance for this class. Return Value ReflectionClass