DumperCollection::hasAttribute()

bool hasAttribute(string $name) Returns true if the attribute is defined. Parameters string $name The attribute name Return Value bool true if the attribute is defined, false otherwise

Bundle\FrameworkBundle

Namespaces Symfony\Bundle\FrameworkBundle\CacheWarmerSymfony\Bundle\FrameworkBundle\CommandSymfony\Bundle\FrameworkBundle\ConsoleSymfony\Bundle\FrameworkBundle\ControllerSymfony\Bundle\FrameworkBundle\DataCollectorSymfony\Bundle\FrameworkBundle\DependencyInjectionSymfony\Bundle\FrameworkBundle\EventListenerSymfony\Bundle\FrameworkBundle\FragmentSymfony\Bundle\FrameworkBundle\HttpCacheSymfony\Bundle\FrameworkBundle\RoutingSymfony\Bundle\FrameworkBundle\TemplatingSymfony\Bundle\FrameworkBundle\T

DigestAuthenticationEntryPoint

class DigestAuthenticationEntryPoint implements AuthenticationEntryPointInterface DigestAuthenticationEntryPoint starts an HTTP Digest authentication. Methods __construct($realmName, $secret, $nonceValiditySeconds = 300, LoggerInterface $logger = null) Response start(Request $request, AuthenticationException $authException = null) Returns a response that directs the user to authenticate. string getSecret() string getRealmName() Details _

FormFactoryBuilderInterface::addType()

FormFactoryBuilderInterface addType(FormTypeInterface $type) Adds a form type to the factory. Parameters FormTypeInterface $type The form type Return Value FormFactoryBuilderInterface The builder

ContainerBuilder::setProxyInstantiator()

setProxyInstantiator(InstantiatorInterface $proxyInstantiator) Sets the instantiator to be used when fetching proxies. Parameters InstantiatorInterface $proxyInstantiator

OutputFormatterStyleStack

class OutputFormatterStyleStack Methods __construct(OutputFormatterStyleInterface $emptyStyle = null) Constructor. reset() Resets stack (ie. empty internal arrays). push(OutputFormatterStyleInterface $style) Pushes a style in the stack. OutputFormatterStyleInterface pop(OutputFormatterStyleInterface $style = null) Pops a style from the stack. OutputFormatterStyle getCurrent() Computes current style with stacks top codes. OutputFormatterStyleStack setEmptyStyle(Outp

Form::submit()

FormInterface submit(null|string|array $submittedData, bool $clearMissing = true) Submits data to the form, transforms and validates it. Parameters null|string|array $submittedData The submitted data bool $clearMissing Whether to set fields to NULL when they are missing in the submitted data. Return Value FormInterface The form instance Exceptions AlreadySubmittedException If the form has already been submitted.

LocaleBundleTransformationRule::beforeCompile()

string[] beforeCompile(CompilationContextInterface $context) Runs instructions to be executed before compiling the sources of the resource bundle. Parameters CompilationContextInterface $context The contextual information of the compilation. Return Value string[] The source directories/files of the bundle.

MoneyToLocalizedStringTransformer::reverseTransform()

mixed reverseTransform(mixed $value) Transforms a localized money string into a normalized format. Parameters mixed $value The value in the transformed representation Return Value mixed The value in the original representation Exceptions TransformationFailedException If the given value is not a string or if the value can not be transformed.

Processor

class Processor This class is the entry point for config normalization/merging/finalization. Methods array process(NodeInterface $configTree, array $configs) Processes an array of configurations. array processConfiguration(ConfigurationInterface $configuration, array $configs) Processes an array of configurations. static array normalizeConfig(array $config, string $key, string $plural = null) Normalizes a configuration entry. Details array proces