XmlEncoder::getRootNodeName()

string getRootNodeName() Returns the root node name. Return Value string

PropelFactory

class PropelFactory implements UserProviderFactoryInterface PropelFactory creates services for Propel user provider. Methods __construct($key, $providerId) create(ContainerBuilder $container, $id, $config) getKey() addConfiguration(NodeDefinition $node) Details __construct($key, $providerId) Parameters $key $providerId create(ContainerBuilder $container, $id, $config) Parameters

XmlFilesLoader

class XmlFilesLoader extends FilesLoader Loads validation metadata from a list of XML files. Methods __construct(array $paths) Creates a new loader. from FilesLoader bool loadClassMetadata(ClassMetadata $metadata) Loads validation metadata into a {@link ClassMetadata} instance. from LoaderChain getFileLoaderInstance($file) {@inheritdoc} Details __construct(array $paths) Creates a new loader. Parameters array $paths An array of file p

AccessMapInterface

interface AccessMapInterface AccessMap allows configuration of different access control rules for specific parts of the website. Methods array getPatterns(Request $request) Returns security attributes and required channel for the supplied request. Details array getPatterns(Request $request) Returns security attributes and required channel for the supplied request. Parameters Request $request The current request Return Value array A tuple of s

AbstractNormalizer::setIgnoredAttributes()

AbstractNormalizer setIgnoredAttributes(array $ignoredAttributes) Set ignored attributes for normalization and denormalization. Parameters array $ignoredAttributes Return Value AbstractNormalizer

Command::setCode()

Command setCode(callable $code) Sets the code to execute when running this command. If this method is used, it overrides the code defined in the execute() method. Parameters callable $code A callable(InputInterface $input, OutputInterface $output) Return Value Command The current instance Exceptions InvalidArgumentException See also execute()

CompilerDebugDumpPass::process()

process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

ChoiceListInterface::getChoices()

array getChoices() Returns all selectable choices. Return Value array The selectable choices indexed by the corresponding values

InMemoryFactory::getKey()

getKey()

Component\HttpFoundation\Session\Storage

Namespaces Symfony\Component\HttpFoundation\Session\Storage\HandlerSymfony\Component\HttpFoundation\Session\Storage\Proxy Classes MetadataBag Metadata container. MockArraySessionStorage MockArraySessionStorage mocks the session for unit tests. MockFileSessionStorage MockFileSessionStorage is used to mock sessions for functional testing when done in a single PHP process. NativeSessionStorage This provides a base class for session attribute storage. PhpBridgeSessionStorage Al