AcceptHeader::fromString()

static AcceptHeader fromString(string $headerValue) Builds an AcceptHeader instance from a string. Parameters string $headerValue Return Value AcceptHeader

TransformationRuleInterface::afterCompile()

afterCompile(CompilationContextInterface $context) Runs instructions to be executed after compiling the sources of the resource bundle. Parameters CompilationContextInterface $context The contextual information of the compilation.

Component\DependencyInjection

Namespaces Symfony\Component\DependencyInjection\CompilerSymfony\Component\DependencyInjection\DumperSymfony\Component\DependencyInjection\ExceptionSymfony\Component\DependencyInjection\ExtensionSymfony\Component\DependencyInjection\LazyProxySymfony\Component\DependencyInjection\LoaderSymfony\Component\DependencyInjection\ParameterBag Classes Alias Container Container is a dependency injection container. ContainerAware A simple implementation of ContainerAwareInterface. Container

SecondTransformer::getReverseMatchingRegExp()

string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). Parameters int $length The length of the value to be reverse matched Return Value string The reverse matching regular expression

BundleEntryReader

class BundleEntryReader implements BundleEntryReaderInterface Default implementation of {@link BundleEntryReaderInterface}. Methods __construct(BundleReaderInterface $reader) Creates an entry reader based on the given resource bundle reader. setLocaleAliases(array $localeAliases) Stores a mapping of locale aliases to locales. mixed read(string $path, string $locale) Reads a resource bundle. mixed readEntry(string $path, string $locale, array $indices, bool $fallback = true

Response::setProtocolVersion()

Response setProtocolVersion(string $version) Sets the HTTP protocol version (1.0 or 1.1). Parameters string $version The HTTP protocol version Return Value Response

CurrencyBundleInterface

interface CurrencyBundleInterface implements ResourceBundleInterface Gives access to currency-related ICU data. Methods string[] getLocales() Returns the list of locales that this bundle supports. from ResourceBundleInterface string|null getCurrencySymbol(string $currency, string $displayLocale = null) Returns the symbol used for a currency. string|null getCurrencyName(string $currency, string $displayLocale = null) Returns the name of a currency. string[] getCurrencyNames(

Validator deprecated::validateProperty()

ConstraintViolationListInterface validateProperty(mixed $containingValue, string $property, array|null $groups = null) Validates a property of a value against its current value. The accepted values depend on the {@link MetadataFactoryInterface} implementation. Parameters mixed $containingValue The value containing the property. string $property The name of the property to validate. array|null $groups The validation groups to validate. Return Value ConstraintViolationListInterf

SwiftMailerHandler::onCliTerminate()

onCliTerminate(ConsoleTerminateEvent $event) After the CLI application has been terminated we will always flush messages. Parameters ConsoleTerminateEvent $event

RequestContext::setHttpPort()

RequestContext setHttpPort(int $httpPort) Sets the HTTP port. Parameters int $httpPort The HTTP port Return Value RequestContext The current instance, implementing a fluent interface