DOMCaster::castText()

static castText(DOMText $dom, array $a, Stub $stub, $isNested) Parameters DOMText $dom array $a Stub $stub $isNested

ConstraintViolationBuilder::setCause()

ConstraintViolationBuilderInterface setCause(mixed $cause) Sets the cause of the violation. Parameters mixed $cause The cause of the violation Return Value ConstraintViolationBuilderInterface This builder

KernelEvent

class KernelEvent extends Event Base class for events thrown in the HttpKernel component. Methods bool isPropagationStopped() Returns whether further event listeners should be triggered. from Event stopPropagation() Stops the propagation of the event to further event listeners. from Event setDispatcher(EventDispatcherInterface $dispatcher) deprecated Stores the EventDispatcher that dispatches this Event. from Event EventDispatcherInterface getDispatcher() deprecated Returns t

Request::getRequestUri()

string getRequestUri() Returns the requested URI (path and query string). Return Value string The raw URI (i.e. not URI decoded)

MissingMandatoryParametersException

class MissingMandatoryParametersException extends InvalidArgumentException implements ExceptionInterface Exception thrown when a route cannot be generated because of missing mandatory parameters.

TranslatorInterface::selectorToXPath()

string selectorToXPath(SelectorNode $selector, string $prefix = 'descendant-or-self::') Translates a parsed selector node to an XPath expression. Parameters SelectorNode $selector string $prefix Return Value string

Entry::setAuditSuccess()

setAuditSuccess(bool $boolean) Turns on/off auditing on permission grants. Do never call this method directly. Use the respective methods on the AclInterface instead. Parameters bool $boolean

OptionsResolverInterface deprecated::setOptional()

OptionsResolverInterface setOptional(array $optionNames) Sets optional options. This method declares valid option names without setting default values for them. If these options are not passed to {@link resolve()} and no default has been set for them, they will be missing in the final options array. This can be helpful if you want to determine whether an option has been set or not because otherwise {@link resolve()} would trigger an exception for unknown options. Parameters ar

ChainDecoder

class ChainDecoder implements DecoderInterface Decoder delegating the decoding to a chain of decoders. Methods __construct(array $decoders = array()) mixed decode(string $data, string $format, array $context = array()) Decodes a string into PHP data. bool supportsDecoding(string $format) Checks whether the deserializer can decode from given format. Details __construct(array $decoders = array()) Parameters array $decoders fina

StopwatchEvent::getOrigin()

float getOrigin() Gets the origin. Return Value float The origin in milliseconds