ImmutableEventDispatcher::addSubscriber()

addSubscriber(EventSubscriberInterface $subscriber) Adds an event subscriber. The subscriber is asked for all the events he is interested in and added as a listener for these events. Parameters EventSubscriberInterface $subscriber The subscriber

DecoderInterface::decode()

mixed decode(string $data, string $format, array $context = array()) Decodes a string into PHP data. Parameters string $data Data to decode string $format Format name array $context options that decoders have access to The format parameter specifies which format the data is in; valid values depend on the specific implementation. Authors implementing this interface are encouraged to document which formats they support in a non-inherited phpdoc comment. Return Value mixed Excep

Component\Security\Http\EntryPoint

Classes BasicAuthenticationEntryPoint BasicAuthenticationEntryPoint starts an HTTP Basic authentication. DigestAuthenticationEntryPoint DigestAuthenticationEntryPoint starts an HTTP Digest authentication. FormAuthenticationEntryPoint FormAuthenticationEntryPoint starts an authentication via a login form. RetryAuthenticationEntryPoint RetryAuthenticationEntryPoint redirects URL based on the configured scheme. Interfaces AuthenticationEntryPointInterface AuthenticationEntryPo

Extension::getClassesToCompile()

array getClassesToCompile() Gets the classes to cache. Return Value array An array of classes

Bridge\Doctrine

Namespaces Symfony\Bridge\Doctrine\CacheWarmerSymfony\Bridge\Doctrine\DataCollectorSymfony\Bridge\Doctrine\DataFixturesSymfony\Bridge\Doctrine\DependencyInjectionSymfony\Bridge\Doctrine\FormSymfony\Bridge\Doctrine\HttpFoundationSymfony\Bridge\Doctrine\LoggerSymfony\Bridge\Doctrine\SecuritySymfony\Bridge\Doctrine\TestSymfony\Bridge\Doctrine\Validator Classes ContainerAwareEventManager Allows lazy loading of listener services. ManagerRegistry References Doctrine connections and entity/do

AttributeMetadataInterface::getName()

string getName() Gets the attribute name. Return Value string

Optional

class Optional extends Existence Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group CLASS_CONSTRAINT Marks a constraint that can be put onto classes PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties Properties mixed $payload Domain-specific data attached to a constraint from Constraint array $groups The groups that the constraint belongs to from Constraint $constraints from Existence Methods static string g

ResettableContainerInterface

interface ResettableContainerInterface implements ContainerInterface ResettableContainerInterface defines additional resetting functionality for containers, allowing to release shared services when the container is not needed anymore. Methods set(string $id, object $service, string $scope = self::SCOPE_CONTAINER) Sets a service. from ContainerInterface object get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE) Gets a service. from ContainerInterface bool

NodeBuilder

class NodeBuilder implements NodeParentInterface This class provides a fluent interface for building a node. Methods __construct() Constructor. NodeBuilder setParent(ParentNodeDefinitionInterface $parent = null) Set the parent node. ArrayNodeDefinition arrayNode(string $name) Creates a child array node. ScalarNodeDefinition scalarNode(string $name) Creates a child scalar node. BooleanNodeDefinition booleanNode(string $name) Creates a child Boolean node. IntegerNode

Country

class Country extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. NO_SUCH_COUNTRY_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message Methods stati