ConsoleOutput::setErrorOutput()

setErrorOutput(OutputInterface $error) Sets the OutputInterface used for errors. Parameters OutputInterface $error

ClassMetadataInterface

interface ClassMetadataInterface Stores metadata needed for serializing and deserializing objects of specific class. Primarily, the metadata stores the set of attributes to serialize or deserialize. There may only exist one metadata for each attribute according to its name. Methods string getName() Returns the name of the backing PHP class. addAttributeMetadata(AttributeMetadataInterface $attributeMetadata) Adds an {@link AttributeMetadataInterface}. AttributeMetadataInterface[]

FlashBag::peek()

array peek(string $type, array $default = array()) Gets flash messages for a given type. Parameters string $type Message category type array $default Default value if $type does not exist Return Value array

StoreInterface::invalidate()

invalidate(Request $request) Invalidates all cache entries that match the request. Parameters Request $request A Request instance

ConstraintViolation::getCause()

mixed getCause() Returns the cause of the violation. Return Value mixed

AbstractAdapter::deleteItems()

deleteItems(array $keys) {@inheritdoc} Parameters array $keys

Store::invalidate()

invalidate(Request $request) Invalidates all cache entries that match the request. Parameters Request $request A Request instance Exceptions RuntimeException

Bridge\Propel1\Security

Namespaces Symfony\Bridge\Propel1\Security\User

MissingOptionsException

class MissingOptionsException extends InvalidArgumentException Exception thrown when a required option is missing. Add the option to the passed options array.

DefaultValueResolver

class DefaultValueResolver implements ArgumentValueResolverInterface Yields the default value defined in the action signature when no value has been given. Methods bool supports(Request $request, ArgumentMetadata $argument) Whether this resolver can resolve the value for the given ArgumentMetadata. Generator resolve(Request $request, ArgumentMetadata $argument) Returns the possible value(s). Details bool supports(Request $request, ArgumentMetadata $ar