AdapterInterface deprecated::setDates()

AdapterInterface setDates(array $dates) Parameters array $dates Return Value AdapterInterface Current instance

LocaleBundleTransformationRule::afterCompile()

afterCompile(CompilationContextInterface $context) Runs instructions to be executed after compiling the sources of the resource bundle. Parameters CompilationContextInterface $context The contextual information of the compilation.

SaveSessionListener::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

AnonymousAuthenticationListener

class AnonymousAuthenticationListener implements ListenerInterface AnonymousAuthenticationListener automatically adds a Token if none is already present. Methods __construct(TokenStorageInterface $tokenStorage, $secret, LoggerInterface $logger = null, AuthenticationManagerInterface $authenticationManager = null) handle(GetResponseEvent $event) Handles anonymous authentication. Details __construct(TokenStorageInterface $tokenStorage, $secret, LoggerI

AbstractAdapter deprecated::setSizes()

AdapterInterface setSizes(array $sizes) Parameters array $sizes Return Value AdapterInterface Current instance

ConstraintViolationBuilder::setInvalidValue()

ConstraintViolationBuilderInterface setInvalidValue(mixed $invalidValue) Sets the invalid value that caused this violation. Parameters mixed $invalidValue The invalid value Return Value ConstraintViolationBuilderInterface This builder

OptionsResolver::offsetGet()

mixed offsetGet(string $option) Returns the resolved value of an option. Parameters string $option The option name Return Value mixed The option value Exceptions AccessException If accessing this method outside of {@link resolve()} NoSuchOptionException If the option is not set InvalidOptionsException If the option doesn't fulfill the specified validation rules OptionDefinitionException If there is a cyclic dependency between lazy options and/or normalizers

SymfonyStyle::writeln()

writeln(string|array $messages, $type = self::OUTPUT_NORMAL) Writes a message to the output and adds a newline at the end. Parameters string|array $messages The message as an array of lines of a single string $type

ButtonBuilder::addEventSubscriber()

FormConfigBuilderInterface addEventSubscriber(EventSubscriberInterface $subscriber) Unsupported method. This method should not be invoked. Parameters EventSubscriberInterface $subscriber The subscriber to attach Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

WebProfilerExtension::load()

load(array $configs, ContainerBuilder $container) Loads the web profiler configuration. Parameters array $configs An array of configuration values ContainerBuilder $container A ContainerBuilder instance