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

AttributeBag

class AttributeBag implements AttributeBagInterface, IteratorAggregate, Countable This class relates to session attribute storage. Methods __construct(string $storageKey = '_sf2_attributes') Constructor. string getName() Gets this bag's name. setName($name) initialize(array $attributes) Initializes the Bag. string getStorageKey() Gets the storage key for this bag. bool has(string $name) Checks if an attribute is defined. mixed get(string $name, mixed $defau

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

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(

ProxyDumper

class ProxyDumper implements DumperInterface Generates dumped PHP code of proxies via reflection. Methods __construct(string $salt = '') Constructor. bool isProxyCandidate(Definition $definition) Inspects whether the given definitions should produce proxy instantiation logic in the dumped container. string getProxyFactoryCode(Definition $definition, $id) Generates the code to be used to instantiate a proxy in the dumped factory code. string getProxyCode(Definition $definit

Logger

class Logger extends Logger implements DebugLoggerInterface Logger. Methods array getLogs() Returns an array of logs. int countErrors() Returns the number of errors. Details array getLogs() Returns an array of logs. A log is an array with the following mandatory keys: timestamp, message, priority, and priorityName. It can also have an optional context key containing an array. Return Value array An array of logs

Component\Config

Namespaces Symfony\Component\Config\DefinitionSymfony\Component\Config\ExceptionSymfony\Component\Config\LoaderSymfony\Component\Config\ResourceSymfony\Component\Config\Util Classes ConfigCache ConfigCache manages PHP cache files. FileLocator FileLocator uses an array of pre-defined paths to find files. Interfaces FileLocatorInterface

Component\HttpKernel\CacheClearer

Classes ChainCacheClearer ChainCacheClearer. Interfaces CacheClearerInterface CacheClearerInterface.

ConfigurableRequirementsInterface::isStrictRequirements()

bool|null isStrictRequirements() Returns whether to throw an exception on incorrect parameters. Null means the requirements check is deactivated completely. Return Value bool|null