Intl::getLanguageBundle()

static LanguageBundleInterface getLanguageBundle() Returns the bundle containing language information. Return Value LanguageBundleInterface The language resource bundle

Crawler::addNodes()

addNodes(array $nodes) Adds an array of \DOMNode instances to the list of nodes. Parameters array $nodes An array of \DOMNode instances

Component\Translation\Writer

Classes TranslationWriter TranslationWriter writes translation messages.

DateTimeNormalizer::normalize()

array|string|bool|int|float|null normalize(object $object, string $format = null, array $context = array()) Normalizes an object into a set of arrays/scalars. Parameters object $object object to normalize string $format format the normalization result will be encoded as array $context Context options for the normalizer Return Value array|string|bool|int|float|null

Client::reload()

Crawler reload() Reloads the current browser. Return Value Crawler

TemplateCacheWarmer

class TemplateCacheWarmer implements CacheWarmerInterface Generates the Twig cache for all templates. Methods __construct(Twig_Environment $twig, Traversable $iterator) warmUp(string $cacheDir) Warms up the cache. bool isOptional() Checks whether this warmer is optional or not. Details __construct(Twig_Environment $twig, Traversable $iterator) Parameters Twig_Environment $twig Traversable $iterator w

KernelInterface::getLogDir()

string getLogDir() Gets the log directory. Return Value string The log directory

InputDefinition::hasShortcut()

bool hasShortcut(string $name) Returns true if an InputOption object exists by shortcut. Parameters string $name The InputOption shortcut Return Value bool true if the InputOption object exists, false otherwise

OutputFormatterStyleInterface::apply()

string apply(string $text) Applies the style to a given text. Parameters string $text The text to style Return Value string

Component\VarDumper

Namespaces Symfony\Component\VarDumper\CasterSymfony\Component\VarDumper\ClonerSymfony\Component\VarDumper\DumperSymfony\Component\VarDumper\Exception Classes VarDumper