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

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

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

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(

WindowsPipes

class WindowsPipes extends AbstractPipes WindowsPipes implementation uses temporary files as handles. Properties array $pipes from AbstractPipes Methods __construct($input, $haveReadSupport) close() Closes file handles and pipes. __destruct() array getDescriptors() Returns an array of descriptors for the use of proc_open. string[] getFiles() Returns an array of filenames indexed by their related stream in case these pipes use temporary files. string[] read

ControllerResolver::getArguments()

array getArguments(Request $request, callable $controller) deprecated deprecated This method is deprecated as of 3.1 and will be removed in 4.0. Implement the ArgumentResolverInterface and inject it in the HttpKernel instead. Returns the arguments to pass to the controller. Parameters Request $request callable $controller Return Value array An array of arguments to pass to the controller Exceptions RuntimeException When no value could be provided for a required argument

FunctionNode

class FunctionNode extends Node Properties $nodes from Node $attributes from Node Methods __construct($name, Node $arguments) Constructor. __toString() from Node compile(Compiler $compiler) evaluate($functions, $values) Details __construct($name, Node $arguments) Constructor. Parameters $name Node $arguments __toString() compile(Compiler $compi

VoterInterface

interface VoterInterface VoterInterface is the interface implemented by all voters. Constants ACCESS_GRANTED ACCESS_ABSTAIN ACCESS_DENIED Methods int vote(TokenInterface $token, mixed $subject, array $attributes) Returns the vote for the given parameters. Details int vote(TokenInterface $token, mixed $subject, array $attributes) Returns the vote for the given parameters. This method must return one of the following constants: ACCE

AbstractProxy::getId()

string getId() Gets the session ID. Return Value string

Translator::getLocale()

string getLocale() Returns the current locale. Return Value string The locale