ResponseListener

class ResponseListener implements EventSubscriberInterface Adds remember-me cookies to the Response. Methods onKernelResponse(FilterResponseEvent $event) static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. Details onKernelResponse(FilterResponseEvent $event) Parameters FilterResponseEvent $event static array getSubscribedEvents() Returns an array

LdapInterface

interface LdapInterface Ldap interface. Constants ESCAPE_FILTER ESCAPE_DN Methods bind(string $dn = null, string $password = null) Return a connection bound to the ldap. QueryInterface query(string $dn, string $query, array $options = array()) Queries a ldap server for entries matching the given criteria. EntryManagerInterface getEntryManager() string escape(string $subject, string $ignore = '', int $flags) Escape a string for use in an LDAP filter or DN. De

SurrogateInterface::hasSurrogateCapability()

bool hasSurrogateCapability(Request $request) Checks that at least one surrogate has Surrogate capability. Parameters Request $request A Request instance Return Value bool true if one surrogate has Surrogate capability, false otherwise

LazyLoadingMetadataFactory::getMetadataFor()

MetadataInterface getMetadataFor(mixed $value) Returns the metadata for the given value. Parameters mixed $value Some value Return Value MetadataInterface The metadata for the value Exceptions NoSuchMetadataException If no metadata exists for the given value

Bridge\Doctrine\Validator

Namespaces Symfony\Bridge\Doctrine\Validator\Constraints Classes DoctrineInitializer Automatically loads proxy object before validation.

AbstractUriElement::getUri()

string getUri() Gets the URI associated with this link. Return Value string The URI

Button::getErrors()

FormErrorIterator getErrors(bool $deep = false, bool $flatten = true) Returns the errors of this form. Parameters bool $deep Whether to include errors of child forms as well bool $flatten Whether to flatten the list of errors in case $deep is set to true Return Value FormErrorIterator An iterator over the {@link FormError} instances that where added to this form

FormTypeGuesserChain::guessType()

TypeGuess|null guessType(string $class, string $property) Returns a field guess for a property name of a class. Parameters string $class The fully qualified class name string $property The name of the property to guess for Return Value TypeGuess|null A guess for the field's type and options

Caster::filter()

static array filter(array $a, int $filter, array $listedProperties = array()) Filters out the specified properties. By default, a single match in the $filter bit field filters properties out, following an "or" logic. When EXCLUDE_STRICT is set, an "and" logic is applied: all bits must match for a property to be removed. Parameters array $a The array containing the properties to filter int $filter A bit field of Caster::EXCLUDE_* constants specifying which properties

Command deprecated::create()

static Command create(Command $parent = null) Creates a new Command instance. Parameters Command $parent Parent command Return Value Command New Command instance