CurrencyBundleInterface::getCurrencyName()

string|null getCurrencyName(string $currency, string $displayLocale = null) Returns the name of a currency. Parameters string $currency A currency code (e.g. "EUR") string $displayLocale Optional. The locale to return the name in Defaults to {@link \Locale::getDefault()}. Return Value string|null The name of the currency or NULL if not found

Response::getDate()

DateTime getDate() Returns the Date header as a DateTime instance. Return Value DateTime A \DateTime instance Exceptions RuntimeException When the header is not parseable

DebugHandler::countErrors()

int countErrors() Returns the number of errors. Return Value int The number of errors

Application

class Application extends Application Application. Methods __construct(KernelInterface $kernel) Constructor. setDispatcher(EventDispatcherInterface $dispatcher) from Application int run(InputInterface $input = null, OutputInterface $output = null) Runs the current application. from Application int doRun(InputInterface $input, OutputInterface $output) Runs the current application. setHelperSet(HelperSet $helperSet) Set a helper set to be used with the command. from App

ConfigDataCollector::getName()

string getName() Returns the name of the collector. Return Value string The collector name

DayTransformer::extractDateOptions()

array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular expression. Parameters string $matched The matched value int $length The length of the Transformer pattern string Return Value array An associative array

Bundle\TwigBundle\Controller

Classes ExceptionController ExceptionController.

FileDumper::dump()

dump(MessageCatalogue $messages, array $options = array()) Dumps the message catalogue. Parameters MessageCatalogue $messages The message catalogue array $options Options that are used by the dumper

Component\PropertyAccess

Namespaces Symfony\Component\PropertyAccess\Exception Classes PropertyAccess Entry point of the PropertyAccess component. PropertyAccessor Default implementation of {@link PropertyAccessorInterface}. PropertyAccessorBuilder A configurable builder for PropertyAccessorInterface objects. PropertyPath Default implementation of {@link PropertyPathInterface}. PropertyPathBuilder PropertyPathIterator Traverses a property path and provides additional methods to find out informa

NormalizationBuilder

class NormalizationBuilder This class builds normalization conditions. Properties $before $remappings Methods __construct(NodeDefinition $node) Constructor. NormalizationBuilder remap(string $key, string $plural = null) Registers a key to remap to its plural form. ExprBuilder|NormalizationBuilder before(Closure $closure = null) Registers a closure to run before the normalization or an expression builder to build it if null is provided. Details