DescriptorHelper

class DescriptorHelper extends Helper This class adds helper method to describe objects in various formats. Methods setHelperSet(HelperSet $helperSet = null) Sets the helper set associated with this helper. from Helper HelperSet getHelperSet() Gets the helper set associated with this helper. from Helper static int strlen(string $string) Returns the length of a string, using mb_strwidth if it is available. from Helper static formatTime($secs) from Helper static formatMemo

Translator::setConfigCacheFactory()

setConfigCacheFactory(ConfigCacheFactoryInterface $configCacheFactory) Sets the ConfigCache factory to use. Parameters ConfigCacheFactoryInterface $configCacheFactory

Bridge\Swiftmailer

Namespaces Symfony\Bridge\Swiftmailer\DataCollector

MongoCaster

class MongoCaster Casts classes from the MongoDb extension to array representation. Methods static castCursor(MongoCursorInterface $cursor, array $a, Stub $stub, $isNested) Details static castCursor(MongoCursorInterface $cursor, array $a, Stub $stub, $isNested) Parameters MongoCursorInterface $cursor array $a Stub $stub $isNested

PasswordType::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options

QuestionHelper::getInputStream()

resource getInputStream() Returns the helper's input stream. Return Value resource

Component\Intl\Data\Util

Classes ArrayAccessibleResourceBundle Work-around for a bug in PHP's \ResourceBundle implementation. LocaleScanner Scans a directory with data files for locales. RecursiveArrayAccess RingBuffer Implements a ring buffer.

TwigExtension::load()

load(array $configs, ContainerBuilder $container) Responds to the twig configuration parameter. Parameters array $configs ContainerBuilder $container A ContainerBuilder instance

Component\Serializer\Mapping\Loader

Classes AnnotationLoader Annotation loader. FileLoader Base class for all file based loaders. LoaderChain Calls multiple {@link LoaderInterface} instances in a chain. XmlFileLoader Loads XML mapping files. YamlFileLoader YAML File Loader. Interfaces LoaderInterface Loads {@link ClassMetadataInterface}.

Form::getConfig()

FormConfigInterface getConfig() Returns the form's configuration. Return Value FormConfigInterface The configuration