Intl::getLanguageBundle()

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

Table::setStyleDefinition()

static setStyleDefinition(string $name, TableStyle $style) Sets a style definition. Parameters string $name The style name TableStyle $style A TableStyle instance

Specificity::compareTo()

int compareTo(Specificity $specificity) Returns -1 if the object specificity is lower than the argument, 0 if they are equal, and 1 if the argument is lower. Parameters Specificity $specificity Return Value int

AccessListener

class AccessListener implements ListenerInterface AccessListener enforces access control rules. Methods __construct(TokenStorageInterface $tokenStorage, AccessDecisionManagerInterface $accessDecisionManager, AccessMapInterface $map, AuthenticationManagerInterface $authManager) handle(GetResponseEvent $event) Handles access authorization. Details __construct(TokenStorageInterface $tokenStorage, AccessDecisionManagerInterface $accessDecisionManager, A

Regex::prepend()

ValueInterface prepend(string $expr) Parameters string $expr Return Value ValueInterface

CurrencyBundle

class CurrencyBundle extends CurrencyDataProvider implements CurrencyBundleInterface Default implementation of {@link CurrencyBundleInterface}. Constants INDEX_SYMBOL INDEX_NAME INDEX_FRACTION_DIGITS INDEX_ROUNDING_INCREMENT Methods __construct(string $path, BundleEntryReaderInterface $reader, LocaleDataProvider $localeProvider) Creates a new currency bundle. getCurrencies() from CurrencyDataProvider getSymbol($currency, $displayLocale = null) from CurrencyD

OptionsResolver::setDefined()

OptionsResolver setDefined(string|string[] $optionNames) Defines a valid option name. Defines an option name without setting a default value. The option will be accepted when passed to {@link resolve()}. When not passed, the option will not be included in the resolved options. Parameters string|string[] $optionNames One or more option names Return Value OptionsResolver This instance Exceptions AccessException If called from a lazy option or normalizer

PhpEngine::offsetExists()

bool offsetExists(string $name) Returns true if the helper is defined. Parameters string $name The helper name Return Value bool true if the helper is defined, false otherwise

Bridge\Doctrine\DependencyInjection\Security

Namespaces Symfony\Bridge\Doctrine\DependencyInjection\Security\UserProvider

LanguageBundleInterface::getLanguageName()

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