DoctrineAclCache::getFromCacheByIdentity()

AclInterface getFromCacheByIdentity(ObjectIdentityInterface $oid) Retrieves an ACL for the given object identity from the cache Parameters ObjectIdentityInterface $oid Return Value AclInterface

DigestData::getResponse()

getResponse()

InputDefinition::setArguments()

setArguments(InputArgument[] $arguments = array()) Sets the InputArgument objects. Parameters InputArgument[] $arguments An array of InputArgument objects

Locale deprecated::getDisplayCountries()

static array getDisplayCountries(string $locale) Returns the country names for a locale. Parameters string $locale The locale to use for the country names Return Value array The country names with their codes as keys Exceptions RuntimeException When the resource bundles cannot be loaded

LdapInterface::escape()

string escape(string $subject, string $ignore = '', int $flags) Escape a string for use in an LDAP filter or DN. Parameters string $subject string $ignore int $flags Return Value string

Request::isFromTrustedProxy()

bool isFromTrustedProxy() Indicates whether this request originated from a trusted proxy. This can be useful to determine whether or not to trust the contents of a proxy-specific header. Return Value bool true if the request came from a trusted proxy, false otherwise

Route::getDefault()

mixed getDefault(string $name) Gets a default value. Parameters string $name A variable name Return Value mixed The default value or null when not given

ResolvedFormType::getTypeExtensions()

FormTypeExtensionInterface[] getTypeExtensions() Returns the extensions of the wrapped form type. Return Value FormTypeExtensionInterface[] An array of {@link FormTypeExtensionInterface} instances

Component\Config\Definition\Exception

Classes DuplicateKeyException This exception is thrown whenever the key of an array is not unique. This can only be the case if the configuration is coming from an XML file. Exception Base exception for all configuration exceptions ForbiddenOverwriteException This exception is thrown when a configuration path is overwritten from a subsequent configuration file, but the entry node specifically forbids this. InvalidConfigurationException A very general exception which can be thrown

Form::setValues()

Form setValues(array $values) Sets the value of the fields. Parameters array $values An array of field values Return Value Form