Psr4ClassLoader

class Psr4ClassLoader A PSR-4 compatible class loader. See http://www.php-fig.org/psr/psr-4/ Methods addPrefix(string $prefix, string $baseDir) string|null findFile(string $class) bool loadClass(string $class) register(bool $prepend = false) Registers this instance as an autoloader. unregister() Removes this instance from the registered autoloaders. Details addPrefix(string $prefix, string $baseDir) Parameters string $pr

Locale::getDefault()

static string getDefault() Returns the default locale. Return Value string The default locale code. Always returns 'en' See also http://www.php.net/manual/en/locale.getdefault.php

TimeType::configureOptions()

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

Component\HttpFoundation\File\MimeType

Classes ExtensionGuesser A singleton mime type to file extension guesser. FileBinaryMimeTypeGuesser Guesses the mime type with the binary "file" (only available on *nix) FileinfoMimeTypeGuesser Guesses the mime type using the PECL extension FileInfo. MimeTypeExtensionGuesser Provides a best-guess mapping of mime type to file extension. MimeTypeGuesser A singleton mime type guesser. Interfaces ExtensionGuesserInterface Guesses the file extension corresponding to a given

StubLocale deprecated::getDisplayCurrencies()

static array getDisplayCurrencies(string $locale) Returns the currencies names for a locale. Parameters string $locale The locale to use for the currencies names Return Value array The currencies names with their codes as keys Exceptions InvalidArgumentException When the locale is different than 'en'

Component\VarDumper\Test

Classes VarDumperTestCase deprecated VarDumperTestTrait

Component\Templating\Storage

Classes FileStorage FileStorage represents a template stored on the filesystem. Storage Storage is the base class for all storage classes. StringStorage StringStorage represents a template stored in a string.

FormRendererInterface::humanize()

string humanize(string $text) Makes a technical name human readable. Sequences of underscores are replaced by single spaces. The first letter of the resulting string is capitalized, while all other letters are turned to lowercase. Parameters string $text The text to humanize Return Value string The humanized text

Definition::setLazy()

Definition setLazy(bool $lazy) Sets the lazy flag of this service. Parameters bool $lazy Return Value Definition The current instance

LanguageDataProvider::getLanguages()

getLanguages()