FragmentListener::onKernelRequest()

onKernelRequest(GetResponseEvent $event) Fixes request attributes when the path is '/_fragment'. Parameters GetResponseEvent $event A GetResponseEvent instance Exceptions AccessDeniedHttpException if the request does not come from a trusted IP.

Guess::getConfidence()

int getConfidence() Returns the confidence that the guessed value is correct. Return Value int One of the constants VERYHIGHCONFIDENCE, HIGHCONFIDENCE, MEDIUMCONFIDENCE and LOW_CONFIDENCE

Component\Security\Acl\Domain

Classes Acl An ACL implementation. AclCollectionCache This service caches ACLs for an entire collection of objects. AuditLogger Base audit logger implementation DoctrineAclCache This class is a wrapper around the actual cache implementation. Entry Auditable ACE implementation FieldEntry Field-aware ACE implementation which is auditable ObjectIdentity ObjectIdentity implementation ObjectIdentityRetrievalStrategy Strategy to be used for retrieving object identities

LocaleBundleInterface

interface LocaleBundleInterface implements ResourceBundleInterface Gives access to locale-related ICU data. Methods string[] getLocales() Returns the list of locales that this bundle supports. from ResourceBundleInterface string|null getLocaleName(string $locale, string $displayLocale = null) Returns the name of a locale. string[] getLocaleNames(string $displayLocale = null) Returns the names of all known locales. Details string[] getLocales()

RequestContext::setHttpsPort()

RequestContext setHttpsPort(int $httpsPort) Sets the HTTPS port. Parameters int $httpsPort The HTTPS port Return Value RequestContext The current instance, implementing a fluent interface

PropelFactory::create()

create(ContainerBuilder $container, $id, $config) Parameters ContainerBuilder $container $id $config

ArgumentsNode

class ArgumentsNode extends ArrayNode Properties $nodes from Node $attributes from Node Methods __construct() Constructor. from ArrayNode __toString() from Node compile(Compiler $compiler) Compiles the node to PHP. evaluate($functions, $values) from ArrayNode addElement(Node $value, Node $key = null) from ArrayNode Details __construct() Constructor. __toString()

JsonBundleWriter

class JsonBundleWriter implements BundleWriterInterface Writes .json resource bundles. Methods write(string $path, string $locale, mixed $data) Writes data to a resource bundle. Details write(string $path, string $locale, mixed $data) Writes data to a resource bundle. Parameters string $path The path to the resource bundle. string $locale The locale to (over-)write. mixed $data The data to write.

DataCollectorTypeExtension::buildForm()

buildForm(FormBuilderInterface $builder, array $options) Builds the form. This method is called after the extended type has built the form to further modify it. Parameters FormBuilderInterface $builder The form builder array $options The options

ArrayAdapter::deleteItems()

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