Route::hasOption()

bool hasOption(string $name) Checks if an option has been set. Parameters string $name An option name Return Value bool true if the option is set, false otherwise

FormView::setRendered()

FormView setRendered() Marks the view as rendered. Return Value FormView The view object

EventDispatcherInterface::removeSubscriber()

removeSubscriber(EventSubscriberInterface $subscriber) Removes an event subscriber. Parameters EventSubscriberInterface $subscriber The subscriber

CompiledRoute::getRegex()

string getRegex() Returns the regex. Return Value string The regex

Response::getExpires()

DateTime|null getExpires() Returns the value of the Expires header as a DateTime instance. Return Value DateTime|null A DateTime instance or null if the header does not exist

DenormalizerInterface

interface DenormalizerInterface Defines the interface of denormalizers. Methods object denormalize(mixed $data, string $class, string $format = null, array $context = array()) Denormalizes data back into an object of the given class. bool supportsDenormalization(mixed $data, string $type, string $format = null) Checks whether the given class is supported for denormalization by this normalizer. Details object denormalize(mixed $data, string $class, str

FlashBagInterface::setAll()

setAll(array $messages) Sets all flash messages. Parameters array $messages

Acl::insertClassAce()

insertClassAce(SecurityIdentityInterface $sid, int $mask, int $index, bool $granting = true, string $strategy = null) Inserts a class-based ACE Parameters SecurityIdentityInterface $sid int $mask int $index bool $granting string $strategy

Request::getETags()

array getETags() Gets the Etags. Return Value array The entity tags

Scope deprecated::getName()

getName()